Matlab gui check box problem

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

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 10 Nov. 2012
Bearbeitet: Azzi Abdelmalek am 10 Nov. 2012

0 Stimmen

set them in your opening function
set(handles.yourcheckbox,'value',1)

1 Kommentar

satendra kumar
satendra kumar am 10 Nov. 2012
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Debugging and Analysis finden Sie in Hilfe-Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by