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
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 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by