필터 지우기
필터 지우기

Dropdown Menu with check marks

조회 수: 5 (최근 30일)
ryan
ryan 2013년 5월 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?

채택된 답변

Walter Roberson
Walter Roberson 2013년 5월 30일
No, not using GUIDE. There might be some way by going in at the Java level.

추가 답변 (1개)

ryan
ryan 2013년 5월 30일
Is there any way to change the background color of different lines in a drop down menu? (almost like a checkbox)
  댓글 수: 2
Walter Roberson
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})
ryan
ryan 2013년 5월 30일
Thank you!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by