wait for plot to finish
45 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I am plotting quite a huge amount of data points using the scatter3 function in a GUI. Doing so the program keeps on running while the data plot isnt finished yet. (I tested it with tic/toc before and after the plot which gave me way to short timings)
Is there a way to stop matlab from continuing until the plot is finished and visible?
Best Regards, Stephan
0 commentaires
Réponse acceptée
Jan
le 28 Avr 2016
What about drawnow?
2 commentaires
Constantino
le 29 Déc 2021
Can you give more details on this?
I have the problem that each plot draw to screen seems to slow down the total running time of the code. Id like to be able to wait for allk the code to execute and then draw to screen each figure once.
The visible property does not work for me.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Graphics Performance dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!