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!