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 Commenti

Matt Fig
Matt Fig il 13 Apr 2011
I'm sorry, but I don't understand. Is there a question you have? If so, could you state it clearly, please
Susan
Susan il 13 Apr 2011
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

Accedi per commentare.

 Risposta accettata

Arnaud Miege
Arnaud Miege il 13 Apr 2011

0 voti

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

Più risposte (0)

Categorie

Scopri di più su Scripts in Centro assistenza e File Exchange

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by