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?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!