How can I program the selection options of the popupmenu?
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to read a xls File in Matlab and give the User of my GUI the possibility, to choose an option depending on the data from my xls File. So the selction options of the popupmenu have to be changed. Is that possible and how can I do it?
Example:
List from xls-File:
- green
- blue
- red
this are then the options of my popupmenu.
But if the List contains
- green
- blue
- red
- yellow
yellow should be also an option of the popupmenu.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!