MATLAB: How to separate uibuttongroup using radiobutton

guiuibuttongroupuicontrol

hello,
im writing a code for a gui without guide. i would like to make two uibuttongroup witch are controlled by a radiobutton. meaning i can use only one of the uibuttongroup at a time. it dosent have to be radiobutton. ill be glad to get any ideas.
thx

Best Answer

Have the callback of the radio button set() the Enable property of one group to be 'on' and the other group to be 'off'.
Related Question