Matlab gui check box problem
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 10 Nov 2012
Modifié(e) : Azzi Abdelmalek
le 10 Nov 2012
set them in your opening function
set(handles.yourcheckbox,'value',1)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!