Calling Function
Show older comments
How to call function in Matlab?
Answers (1)
Grzegorz Knor
on 7 Oct 2011
0 votes
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.
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!