Figure reuse and PUBLISH

I definitely need to reuse the figure in my actual application due to memory limitations.
Thank you.
% script publish_me.m
for ix=1:10 figure(1); plot(rand(100,1),cumsum(rand(100,1))); drawnow; end

댓글 수: 2

Matt Fig
Matt Fig 2011년 4월 13일
I'm sorry, but I don't understand. Is there a question you have? If so, could you state it clearly, please
Susan
Susan 2011년 4월 13일
Sorry, the top of my message got cut off somehow. Whole message was this:
How can I make the published version of the following script show all 10 figures? I definitely need to reuse the figure in my actual application.
Thank you.
% script publish_me.m
for ix=1:10
figure(1);
plot(rand(100,1),cumsum(rand(100,1)));
drawnow;
end

댓글을 달려면 로그인하십시오.

 채택된 답변

Arnaud Miege
Arnaud Miege 2011년 4월 13일

0 개 추천

If the question relates to publishing, you might want to use snapnow.
Arnaud

추가 답변 (0개)

카테고리

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

제품

태그

질문:

2011년 4월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by