Clear Filters
Clear Filters

How to save multiple appdesigner window for inputs and outputs using button

1 view (last 30 days)
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
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.

Sign in to comment.

Answers (0)

Categories

Find more on Environment and Settings 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!