How can I save a figure as a '.bmp' file in MATLAB 7.2 (R2006a) if my figure visible property is turned off?
Show older comments
I execute the following commands in MATLAB 7.2 (R2006a):
peaks;
set(gcf,'visible','off');
saveas(gcf,'myfile.bmp');
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!