What is status for?
古いコメントを表示
I've read many codes that when calling a function it equals to status. Like this:
[status]=function(s)
What is the status for?
採用された回答
その他の回答 (2 件)
Doug Hull
2013 年 2 月 26 日
0 投票
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
2021 年 9 月 5 日
0 投票
status(1)=!
1 件のコメント
Walter Roberson
2021 年 9 月 5 日
This is not valid syntax in MATLAB. The ! operation is only valid at the beginning of a command.
カテゴリ
ヘルプ センター および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!