Calling Function
Mostrar comentarios más antiguos
How to call function in Matlab?
Respuestas (1)
Grzegorz Knor
el 7 de Oct. de 2011
0 votos
Type function name with arguments in command window and hit enter.
1 comentario
Jan
el 7 de Oct. de 2011
A simple example:
disp('hello world')
This calls the command DISP with a string as argument.
Categorías
Más información sobre Dynamic System Models 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!