I have created a gui in.Matlab having multiple radio buttons, I want single radio button selection at a time. Means, I want all other radio buttons unselected when I select one.

6 views (last 30 days)
What should I add in call back of radio buttons

Answers (1)

Stephen23
Stephen23 on 16 May 2017
Edited: Stephen23 on 16 May 2017
You should use a uibuttongroup: that is exactly what it is designed to do.
The documentation has examples, and there are many examples and discussions on this forum too:

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!