How to pass arguments from mfile to another function?
古いコメントを表示
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 件のコメント
Guillaume
2018 年 2 月 20 日
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
2018 年 2 月 20 日
編集済み: DhanaLakshmiR
2018 年 2 月 20 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Update figure-Based Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!