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.

 채택된 답변

Honglei Chen
Honglei Chen 2012년 5월 11일

4 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Solar Power에 대해 자세히 알아보기

질문:

2012년 5월 11일

댓글:

2021년 12월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by