stop running script after close figure
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
KSSV
il 21 Giu 2016
0 voti
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 Commento
Categorie
Scopri di più su Loops and Conditional Statements 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!