Dropdown Menu with check marks
4 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to make a dropdown menu (using guide), where each of the options in the dropdown menu can also act as checkboxes?
0 件のコメント
採用された回答
Walter Roberson
2013 年 5 月 30 日
No, not using GUIDE. There might be some way by going in at the Java level.
0 件のコメント
その他の回答 (1 件)
ryan
2013 年 5 月 30 日
2 件のコメント
Walter Roberson
2013 年 5 月 30 日
a = '<HTML><body bgcolor="red">red choice';
b = '<HTML><body bgcolor="green">green choice';
c = '<HTML><body bgcolor="#C4098A">C4098A choice';
test = uicontrol('style','pop', 'string', {a;b;c})
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!