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!