Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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 comentarios
Rik
Rik el 26 de Jul. de 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.
Harish M Y
Harish M Y el 26 de Jul. de 2021
Thank you for the inputs. Let me try the same

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by