call SelectionChangeFcn on buttongroup

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?

Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Asked:

on 24 Feb 2013

Community Treasure Hunt

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

Start Hunting!