How to pass arguments from mfile to another function?
Mostrar comentarios más antiguos
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 comentarios
Guillaume
el 20 de Feb. de 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
el 20 de Feb. de 2018
Editada: DhanaLakshmiR
el 20 de Feb. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Import and Export en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!