![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/290615/image.png)
Pausing into the base workspace
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there a way to force MATLAB to pause in the base workspace, or to speed up pausing? I run code involving plotting, and sometimes want to pause execution while it's running, but pausing in the middle of a plot command is very slow, as the code is often five or six functions deep. Thanks!
0 commentaires
Réponses (1)
Ameer Hamza
le 5 Mai 2020
I am not sure if there is a way to speed up pausing. But once paused, if you are 5 to 6 functions deep, you can still check the values in base workspace using function call stack
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/290615/image.png)
0 commentaires
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!