MATLAB: Help me the radio button in Matlab

button groupguideguide radion buttonMATLAB

I create a GUI have 2 radio button. And now I want that : if I ckeck the first radio button, It automatically uncheck the second radio button and if I check the second radio button , the first radio button is unchecked. thanks very much.

Best Answer

You can do that with a uibuttongroup()