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.

 Akzeptierte Antwort

Honglei Chen
Honglei Chen am 11 Mai 2012

4 Stimmen

At the end of each loop, use drawnow, like this:
for ...
% do processing
drawnow;
end

Weitere Antworten (0)

Kategorien

Mehr zu Solar Power finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by