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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by