call SelectionChangeFcn on buttongroup
Afficher commentaires plus anciens
Hi
I'm using two button groups. When one of the buttons is changed in group 1, it needs to reset group2 to a specific value. This is done by
set(handles.group2_button1,'Value',1);
Radiobutton group2 controls some other settings that now needs to be updated. This would be easiest to do if the set command also triggered the
SelectionChangeFcn
for group2, currently it does not. Is there a way to trigger that event?
Réponses (0)
Catégories
En savoir plus sur App Building dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!