How to I stop the execution of a MATLAB file in UNIX without using Ctrl+C?

5 visualizzazioni (ultimi 30 giorni)
I want to stop the execution of a running MATLAB program from the UNIX command line without using Ctrl+C.

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 25 Gen 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).

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by