Force quit matlab from script
이전 댓글 표시
I need to run a script and fully close the program when it is complete. Not just the quit command to stop the operation. Is this possible? Using R2015b. Thanks
댓글 수: 1
Geoff Hayes
2017년 7월 10일
답변 (1개)
Walter Roberson
2017년 7월 10일
0 개 추천
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!