フィルターのクリア

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

1 回表示 (過去 30 日間)
Harish M Y
Harish M Y 2021 年 7 月 26 日
コメント済み: Harish M Y 2021 年 7 月 26 日
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 件のコメント
Rik
Rik 2021 年 7 月 26 日
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 2021 年 7 月 26 日
Thank you for the inputs. Let me try the same

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by