Figure reuse and PUBLISH

3 ビュー (過去 30 日間)
Susan
Susan 2011 年 4 月 13 日
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 日
If the question relates to publishing, you might want to use snapnow.
Arnaud
  1 件のコメント
Susan
Susan 2011 年 4 月 13 日
Thanks!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by