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!