call SelectionChangeFcn on buttongroup
Ältere Kommentare anzeigen
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?
Antworten (0)
Kategorien
Mehr zu Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!