Adding data to Matlab GUI Table from a listbox
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (2)
Amardeep
il 26 Ott 2011
0 voti
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
il 26 Ott 2011
0 voti
1 Commento
Aqilah Ahmad
il 5 Giu 2022
Hi Mr Kavathe, do you mind to share your GUI coding?
Categorie
Scopri di più su Migrate GUIDE Apps 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!