MATLAB Guide closing Question

5 ビュー (過去 30 日間)
Mitch Lautigar
Mitch Lautigar 2021 年 12 月 3 日
コメント済み: Mitch Lautigar 2021 年 12 月 13 日
Hello everyone,
I have built a gui in MATLAB guide and am needing to know what parameter/flag is set to 1 when you close out a gui. Here's an example of what i'm trying to do:
User opens gui, puts in some data, and then has something happen where they need to close the GUI. They hit "x" and they see a message saying "test gui has been closed." This message is important because there are background processes programmed into the gui I want to be able to stop so that when the user closes the GUI, they know the MATLAB workspace is at its neutral state.
  1 件のコメント
Rik
Rik 2021 年 12 月 3 日
I would suggest moving away from GUIDE in the first place, but if you insist, doesn't it automatically generate a function that runs when you close the GUI? You can set any flag you'd like there.
In a normal situation I would suggest setting the closereqfcn.

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

採用された回答

Shravan Kumar Vankaramoni
Shravan Kumar Vankaramoni 2021 年 12 月 9 日
Hi Mitch,
If you are trying to throw an alert message on hitting the close button, you can refer the below page
  1 件のコメント
Mitch Lautigar
Mitch Lautigar 2021 年 12 月 13 日
thank you!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by