Matlab Gui-linking uitable ti dropdown menu
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
vedesh Mohit
am 10 Jan. 2020
Beantwortet: Walter Roberson
am 10 Jan. 2020
I have a gui for a logic gate simulator so I have created a table to store information that is entered by the user into its respective columns such as the inputs and outputs. Is it possible to pull the information from the inputs column & place it as a dropdown menu & well the same for the outputs.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 10 Jan. 2020
CellEditCallback gets triggered when the user makes a change to the table. You can pull out the Data property, extract the appropriate column and set the String property of the drop box to it.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!