GUI checkbox set visibility

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일

5 개 추천

set(handles.checkbox1,'visible','off')
% or
set(handles.checkbox1,'visible','on')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Elementary Math에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by