How to pass arguments from mfile to another function?
Show older comments
function [xposition yposition altitude]=position(xpos,ypos,alt,velx,vely,velz,delt)
for this function i need to pass the input arguments from another mfile how?
2 Comments
Guillaume
on 20 Feb 2018
Can you clarify what problem you're having? The whole points of functions (m files) is that you can pass inputs and outputs between them
DhanaLakshmiR
on 20 Feb 2018
Edited: DhanaLakshmiR
on 20 Feb 2018
Accepted Answer
More Answers (0)
Categories
Find more on Data Import and Export in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!