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!