HELP GUI!!! Create a SAVE Button!
Show older comments
Hello, I am creating a GUI Matlab and what I want to do is save the final result of the GUI as image. For instance, if I input names or numbers in Edit Text, if I upload pictures, etc., I would like to see them. I want a picture of my graphical interface complete. If possible I would get through a SAVE button placed in the same GUI. Thank you!
Accepted Answer
More Answers (1)
use this [filename, pathname] = uiputfile(... {'*.png';'*.jpg';'*.*'},... 'Save as');
refer link below for detailed information:
or search the " uinputfile " in your matlab help
Categories
Find more on Printing and Saving 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!