Display plots while processing loop

Is is possible to display plots in a figure while doing all the processing. Displaying is time critical in order to show simulation of solar system.

 Réponse acceptée

Honglei Chen
Honglei Chen le 11 Mai 2012
At the end of each loop, use drawnow, like this:
for ...
% do processing
drawnow;
end

Plus de réponses (0)

Catégories

En savoir plus sur Solar Power dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by