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!