Calling Function
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposte (1)
Grzegorz Knor
il 7 Ott 2011
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.
Vedere anche
Categorie
Scopri di più su Dynamic System Models in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!