How to force button in GUI
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, i have a button group in GUI and whenever i press a button i want one specific button to be automatically selected. how can i do it?
thanks
2 comentarios
Respuesta aceptada
Jan
el 29 de Mzo. de 2017
You can set the 'Value' of another GUI element in the callback of the pressed button. This does not trigger the callback of the changed element.
Please post the code of the callback, such that we can suggest matching code more easily.
3 comentarios
Adam
el 30 de Mzo. de 2017
Editada: Adam
el 30 de Mzo. de 2017
'SelectedObject' is the property you want, but you need to set it to the object handle, not the tag. Or you can do some stuff with string comparisons and set the 'Value' I guess to 0 or 1 accordingly I guess (or 1 or 2, I've forgotten if radiobuttons index from 0 or 1)
Más respuestas (0)
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!