How to exit a program or rather not process further code if a condition is not met ?
조회 수: 105 (최근 30일)
이전 댓글 표시
Say for example a check for a variable 'a' ?
If a is not equal to (a~= 1) abort the program and do not execute further codes , else continue ?
Thanks,
Tonu
댓글 수: 0
채택된 답변
Arthur
2012년 11월 21일
Error should only be used when there is, ehm, an error. To stop the execution otherwise, use return.
댓글 수: 2
추가 답변 (2개)
Tonu
2012년 11월 21일
댓글 수: 1
Aishwarya Lakshmi Srinivasan
2021년 3월 8일
Hi, can you please elaborate this ? In my case I am trying to abort a function that is currently running by setting the flag to false when abort button is pressed in an app designer.
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!