How to save multiple appdesigner window for inputs and outputs using button
1 view (last 30 days)
Show older comments
Hi,
I have a app which when run, opens up a window asking the inputs and after run it opens two new windows to show results. How can i save all the windows using button callback?
Please help me with the above one.
8 Comments
Rik
on 26 Jul 2021
You need programmatic access to the figures that are created. One way or another you will need the handles to do that. If you can't get to the handles in any way, what you want is impossible. You don't need to touch the original code, but you will need the handles.
findall(groot) may be helpfull.
Answers (0)
See Also
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!