Calling Function
Ältere Kommentare anzeigen
How to call function in Matlab?
Antworten (1)
Grzegorz Knor
am 7 Okt. 2011
0 Stimmen
Type function name with arguments in command window and hit enter.
1 Kommentar
Jan
am 7 Okt. 2011
A simple example:
disp('hello world')
This calls the command DISP with a string as argument.
Kategorien
Mehr zu Dynamic System Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!