How to pass arguments from mfile to another function?
Mostra commenti meno recenti
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 Commenti
Guillaume
il 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
il 20 Feb 2018
Modificato: DhanaLakshmiR
il 20 Feb 2018
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Update figure-Based Apps in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!