Figure reuse and PUBLISH
3 views (last 30 days)
Show older comments
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 Comments
Matt Fig
on 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
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Graphics Performance in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!