Calling Function
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to call function in Matlab?
0 comentarios
Respuestas (1)
Grzegorz Knor
el 7 de Oct. de 2011
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.
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!