What is status for?
Show older comments
I've read many codes that when calling a function it equals to status. Like this:
[status]=function(s)
What is the status for?
Accepted Answer
More Answers (2)
Doug Hull
on 26 Feb 2013
0 votes
To let you know the status, or output of the function. It varies based on each function. Read the doc for each function for details.
rajashekar chava
on 5 Sep 2021
0 votes
status(1)=!
1 Comment
Walter Roberson
on 5 Sep 2021
This is not valid syntax in MATLAB. The ! operation is only valid at the beginning of a command.
Categories
Find more on MATLAB Report Generator 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!