Adding data to Matlab GUI Table from a listbox
显示 更早的评论
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?
采纳的回答
更多回答(2 个)
Amardeep
2011-10-26
0 个投票
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
2011-10-26
0 个投票
1 个评论
Aqilah Ahmad
2022-6-5
Hi Mr Kavathe, do you mind to share your GUI coding?
类别
在 帮助中心 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!