stop running script after close figure
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Eden Eden
el 21 de Jun. de 2016
Comentada: Eden Eden
el 21 de Jun. de 2016
Hi, How can I stop running script after I'm closing figure? (When I'm closing a figure it is reopened (using loop)). *Not mean to 'ctrl+C'. Thanks!
0 comentarios
Respuesta aceptada
Más respuestas (1)
KSSV
el 21 de Jun. de 2016
You can type 'break' where you want to stop the code in the file. The code executes till the line before break and then exits.
1 comentario
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!