- set() the Value of the first button to 0 after it is added to the uibuttongroup; or
- create a junk button first and add it to the uibuttongroup, and then after the other buttons are added, delete the junk button.
by default one radio button is selected in button group but i want in initial no radio button is selected with Buttongroup
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
praveen chandaliya
el 8 de Sept. de 2017
Respondida: Walter Roberson
el 9 de Sept. de 2017
Button group
0 comentarios
Respuesta aceptada
Walter Roberson
el 9 de Sept. de 2017
That does not appear to be possible in R2014b or later. It appears to me that the first button added to a uibuttongroup automatically has its Value set to 1.
Your options are:
0 comentarios
Más respuestas (1)
Image Analyst
el 8 de Sept. de 2017
That's now how they operate I don't think. What you should use instead is a popup menu, or a listbox.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!