print command prints wrong figure
Show older comments
Hello together,
i've got a problem with the following command line:
set(fig1,'PaperPositionMode','auto')
print([handles.folder_name,'\',dat_name],'-dpng','-r300')
it's included in a bushbutton callback function in a GUI
Instead of saving the right figure i get a picture of the GUI itself
Does anyone have an idea?
Answers (1)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!