Matlab gui check box problem

조회 수: 4 (최근 30일)
satendra kumar
satendra kumar 2012년 11월 10일
In my GUI file i have 6 check boxes. When i run it for the first time the results are good. But if i run it for second time the results are not matching. So what i want, i need to reset all the values of check boxes upon starting. How can i do that. Thanks

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 10일
편집: Azzi Abdelmalek 2012년 11월 10일
set them in your opening function
set(handles.yourcheckbox,'value',1)
  댓글 수: 1
satendra kumar
satendra kumar 2012년 11월 10일
Hey Thanks man. I have one more doubt: I have a radio button group. In that one button is automatically selected. I want nothing should be selected. How can i do that thanks

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by