to open new window in gui matlab

8 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by