Multiple Popup menus in a GUI
Show older comments
Hello,
I am relatively new to MATLAB GUI. I am working on creating a bunch of popup menus for an application.
If I have two popup menus I can easily have tags popupmenu1 and popupmenu2 and access the content of those menus. But, I need more than 20 popupmenus. Is there a way to tag the popup menus using tags like: popupmenu(1), popupmenu(2).... so that I can have an array of popupmenus. Creating an array of popupmenus will make it easy for me to access the contents of that menu
Really Appreciate the help
Thanks, Santosh
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!