Adding data to Matlab GUI Table from a listbox
Ältere Kommentare anzeigen
I have a Matlab table taking different type of input from user. Is there any way I can drag a single variable from a displayed listbox into the current active cell?
If not, can I "Add" a button to my interface, which when clicked, will populate the current cell with selected variable from the list box?
Akzeptierte Antwort
Weitere Antworten (2)
Amardeep
am 26 Okt. 2011
0 Stimmen
under the cell selection callback for the GUI table you can get the value from the listbox using the handles structure for the listbox.
Jayesh Kavathe
am 26 Okt. 2011
0 Stimmen
1 Kommentar
Aqilah Ahmad
am 5 Jun. 2022
Hi Mr Kavathe, do you mind to share your GUI coding?
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!