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!