to open new window in gui matlab

10 ビュー (過去 30 日間)
Tugba Ergin
Tugba Ergin 2019 年 1 月 24 日
コメント済み: Rik 2020 年 11 月 28 日
to open new window in gui matlab when I click push button??
  1 件のコメント
Rik
Rik 2019 年 1 月 24 日
Have a read here. It will greatly improve your chances of getting an answer.
Show what you have found out trying to answer this question already.
Also, a GUI in Matlab is nothing special. It is just a bunch of objects in a figure that have functions that can be triggered with specific interactions (like clicking a button).

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

採用された回答

Sarah Crimi
Sarah Crimi 2019 年 1 月 24 日
Under the callback to the button in your GUI code, you just use the following command:
figure;
  2 件のコメント
Ghaith Hatamleh
Ghaith Hatamleh 2020 年 11 月 28 日
how can you edit this figure so that everytime its opended, what you added is still there.
Rik
Rik 2020 年 11 月 28 日
You probably can't do that easily with GUIDE. What you can do is store the data in a mat file or in a preference to make input persistent.

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by