Force quit matlab from script
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to run a script and fully close the program when it is complete. Not just the quit command to stop the operation. Is this possible? Using R2015b. Thanks
Antworten (1)
Walter Roberson
am 10 Jul. 2017
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!