GUI design according to selection of pop-up

1 次查看(过去 30 天)
Hello all,
I created a GUI. I don't want all panels in this GUI to appear on startup, instead I want different panel designs and texts based on the selection in the initial pop-up menu. How can I do that?
thanks
  1 个评论
Rik
Rik 2022-1-14
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

请先登录,再进行评论。

回答(1 个)

Voss
Voss 2022-1-14
If you used GUIDE then, in the GUI's OpeningFcn, you can call your popupmenu's Callback function or otherwise set the visibility of panels and whatnot.

类别

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