필터 지우기
필터 지우기

GUI checkbox set visibility

조회 수: 4 (최근 30일)
Jared
Jared 2013년 1월 23일
Is it possible to hide the entire check box, then make it visible when conditions are met? I know I can have no text, then set that text when a condition is met, but can this be done for the actual checkbox part?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 23일
편집: Azzi Abdelmalek 2013년 1월 23일
set(handles.checkbox1,'visible','off')
% or
set(handles.checkbox1,'visible','on')

추가 답변 (0개)

카테고리

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