Calling Function
Mostra commenti meno recenti
How to call function in Matlab?
Risposte (1)
Grzegorz Knor
il 7 Ott 2011
0 voti
Type function name with arguments in command window and hit enter.
1 Commento
Jan
il 7 Ott 2011
A simple example:
disp('hello world')
This calls the command DISP with a string as argument.
Categorie
Scopri di più su Dynamic System Models 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!