Pause the execution of script
Afficher commentaires plus anciens
Hi everyone,
I have a script file which has a plot in it, then i have a gui which changes settings of that plot , so i used pause on & pause(40) commands after gui to stop execution of other part of script to allow user some time to select which doesn't sound good.
I want to pause the execution and have a pushbutton in gui which continues the execution
Réponses (1)
Thomas
le 2 Juil 2012
maybe uiwait can help.
doc uiwait
4 commentaires
Sean de Wolski
le 2 Juil 2012
or
doc waitfor
Luffy
le 4 Juil 2012
Luffy
le 4 Juil 2012
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!