Adding data to Matlab GUI Table from a listbox
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
Amardeep
le 26 Oct 2011
0 votes
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
le 26 Oct 2011
0 votes
1 commentaire
Aqilah Ahmad
le 5 Juin 2022
Hi Mr Kavathe, do you mind to share your GUI coding?
Catégories
En savoir plus sur Migrate GUIDE Apps dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!