call SelectionChangeFcn on buttongroup
Mostrar comentarios más antiguos
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?
Respuestas (0)
Categorías
Más información sobre Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!