Adding data to Matlab GUI Table from a listbox
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (2)
Amardeep
el 26 de Oct. de 2011
0 votos
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
el 26 de Oct. de 2011
0 votos
1 comentario
Aqilah Ahmad
el 5 de Jun. de 2022
Hi Mr Kavathe, do you mind to share your GUI coding?
Categorías
Más información sobre Migrate GUIDE Apps en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!