Force quit matlab from script
Mostrar comentarios más antiguos
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 comentario
Geoff Hayes
el 10 de Jul. de 2017
Respuestas (1)
Walter Roberson
el 10 de Jul. de 2017
0 votos
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!