How to I stop the execution of a MATLAB file in UNIX without using Ctrl+C?
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to stop the execution of a running MATLAB program from the UNIX command line without using Ctrl+C.
채택된 답변
MathWorks Support Team
2017년 1월 25일
To stop the execution of a MATLAB program, you can issue the following UNIX command:
Kill –INT pid
(Where 'pid' is the MATLAB program identification).
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!