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 中查找有关 External Language Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!