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.

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Solar Power 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by