How verify that a RadioButton is Checked?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, this is my first post, i'm learnin' to use Matlab, and in particular to programming the Gui. My question is: How can i make a control on a radiobutton in order to verify that it is checked? Something like
if(radioButton1.isChecked())... else..
thank you!:)
0 comentarios
Respuesta aceptada
Jiro Doke
el 12 de Feb. de 2011
h = uicontrol('Style', 'radiobutton');
v = get(h, 'Value')
0 comentarios
Más respuestas (1)
Giuseppe migliarese
el 14 de Feb. de 2011
1 comentario
Jan
el 14 de Feb. de 2011
Thanking is very polite. Accepting the answer is helpful for others in addition.
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!