Force quit matlab from script
Afficher commentaires plus anciens
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 commentaire
Geoff Hayes
le 10 Juil 2017
Réponses (1)
Walter Roberson
le 10 Juil 2017
0 votes
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!