Calling Function
14 views (last 30 days)
Show older comments
Answers (1)
Grzegorz Knor
on 7 Oct 2011
Type function name with arguments in command window and hit enter.
1 Comment
Jan
on 7 Oct 2011
A simple example:
disp('hello world')
This calls the command DISP with a string as argument.
See Also
Categories
Find more on Dynamic System Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!