How to pause the simulation with a command line
Mostra commenti meno recenti
It's probably simple but i can not find the solution.
When a code is running, you can pause it by clicking the pause button in the ribbon above (two blue lines).
Afterwards you can continue the simulation by clicking on the continue button (at the same spot).
I want to do the same action by commanding it in the script (at a certain command line).
When I type 'pause' in the command line, the simulation will pause but it will continue when I press any key. I want to be able to change some variables while it is paused and then press the continue button to continue the simulation.
.
kind regards, K
1 Commento
KSSV
il 10 Ott 2016
I think using pause is an bad idea..instead you change them in the code itself.
Risposte (1)
Preethi
il 10 Ott 2016
0 voti
hi,
you can use breakpoints at places where you want to pause, you can change the values and then continue.
Categorie
Scopri di più su Entering Commands 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!