Force matlab to quit while stuck in an infinite loop?
조회 수: 316(최근 30일)
표시 이전 댓글
I found some newsgroup postings from about 4 years ago and back then there was no way to terminate a script from running in a infinite FOR loop without using ctrl+alt+delete. Has that changed or is there still no way to accomplish that?
댓글 수: 0
채택된 답변
추가 답변(2개)
Anver Hisham
2016년 9월 13일
You can use the below function to specify the maximum execution time-limit while running a program,
https://se.mathworks.com/matlabcentral/fileexchange/59120-evalwithtimer
댓글 수: 0
참고 항목
범주
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!