Adding data to Matlab GUI Table from a listbox
Show older comments
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?
Accepted Answer
More Answers (2)
Amardeep
on 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
on 26 Oct 2011
0 votes
1 Comment
Aqilah Ahmad
on 5 Jun 2022
Hi Mr Kavathe, do you mind to share your GUI coding?
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!