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!