How can I stop the program? "Break" - Error
이전 댓글 표시
I am using a "Break" to stop the program but it is showing an error. How can I solve that and stop the program? Thanks

채택된 답변
추가 답변 (1개)
Birdman
2017년 10월 26일
Break is used to stop for or while loops. Just throw an error by typing:
error('Break');
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!