GUI design according to selection of pop-up

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 Comment

For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

Sign in to comment.

Answers (1)

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.

Categories

Tags

Asked:

on 14 Jan 2022

Answered:

on 14 Jan 2022

Community Treasure Hunt

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

Start Hunting!