Calling Function
Afficher commentaires plus anciens
How to call function in Matlab?
Réponses (1)
Grzegorz Knor
le 7 Oct 2011
0 votes
Type function name with arguments in command window and hit enter.
1 commentaire
Jan
le 7 Oct 2011
A simple example:
disp('hello world')
This calls the command DISP with a string as argument.
Catégories
En savoir plus sur Dynamic System Models dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!