Using Matlab App Designer with 2 Dependent Pop Up Menus
Show older comments
I am trying use app designer to write the following program.
Part 1: There's a first drop down menu with 2 options: California, Texas
Part 2: There a second drop down menu that depends on the first drop down menu. If California is selected, the second drop down menu has the following options: San Diego, Sacramento, Irvine. If Texas is selected, the drop down menu has the following options: Austin, Dallas, Houston
How do I write a program that successfully connects the second drop down menu to the first drop down menu?
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer 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!