How to I stop the execution of a MATLAB file in UNIX without using Ctrl+C?
2 views (last 30 days)
Show older comments
I want to stop the execution of a running MATLAB program from the UNIX command line without using Ctrl+C.
Accepted Answer
MathWorks Support Team
on 25 Jan 2017
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 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!