Multiple selection from Dropdown in MATLAB AppDesigner

70 ビュー (過去 30 日間)
DEEPAK KUMAR
DEEPAK KUMAR 2022 年 8 月 31 日
回答済み: Mario Malic 2022 年 8 月 31 日
Hello, I am working on MATLAB Appdesigner. I am using Dropdown to select one option from the data. However, I need to group some options together. Can anyone help me out? I don't want to use list in appdesigner as all options are shown on the interface, I have more than 20 options under dropdown. I want to select 2-3 options together from the 20 options, and proceed further. I would be grateful for any suggestions. Thank you.

回答 (1 件)

Mario Malic
Mario Malic 2022 年 8 月 31 日
Hello,
there are few options that you can do:
  • Use dropdown to add items to the ListBox component. You would have to change DropDown value few times to add each item to ListBox.
  • If you want to have multiple selection at once, then Table component would be best as it allows so. Maybe you can figure out the way to expand and collapse the Table.

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by