Using App Designer R2018a, how can I create a button that will save anything plotted on my UIAxes as a JPEG?
4 views (last 30 days)
Show older comments
I am working on adding a button that will capture whatever I have plotted on my UIAxes, and save it to a .jpg file. In typical figures, there is a toolbar with a File,Save As option but the UIAxes lacks that toolbar. Is there a simple way to accomplish the same task in App Designer?
0 Comments
Answers (1)
Ameer Hamza
on 1 Jun 2018
Although you can save normal figure using saveas(). But it appears that this feature is still not introduced for app designer. You can use a workaround as suggested in this answer.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!