Force quit matlab from script
Mostra commenti meno recenti
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
1 Commento
Geoff Hayes
il 10 Lug 2017
Risposte (1)
Walter Roberson
il 10 Lug 2017
0 voti
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!