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.

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Solar Power en Centro de ayuda y File Exchange.

Preguntada:

el 11 de Mayo de 2012

Comentada:

el 22 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by