App Designer: Drop down menu values
Mostra commenti meno recenti
I have a drop down menu with 10 different options. I need a statement that will give me different values based on the option picked. I know it is probably really straight forward and easy, but i just don't get it.
Risposte (1)
ES
il 10 Nov 2017
3 voti
Get the value of the selected option from drop down menu callback using Value property.
Value will be the index of selected option.
Using this Value property, you can index and select from your list of values.
5 Commenti
Ryan Browning
il 10 Nov 2017
Ryan Browning
il 10 Nov 2017
Kallol Bera
il 1 Apr 2019
Modificato: Kallol Bera
il 1 Apr 2019
@Ryan Browning
Thank you, you saved my day.
Robert Pritchard
il 2 Apr 2019
Me too lol. what are the chances 2 people who need this stumbled upon it a year and half later on the same day
rajatajay thakur
il 28 Giu 2020
What if I have images like peppers or cameraman in that option and I need to display that image on axes when selected please help
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!