Radio Buttons - Where can I find documentation?

1 visualización (últimos 30 días)
Andrew Reibold
Andrew Reibold el 10 de Jul. de 2014
Comentada: Andrew Reibold el 10 de Jul. de 2014
I am trying to use GUIDE for various things. After not having used it for over a year, I can't believe the simple things that I forgot. For example, to make multiple radio buttons in one button group, I thought you just added entries to the 'String' and 'Value' parameters in the GUIDE building area but that didn't really work for me.
I'm wondering if there is documentation for how to use the different types of objects in GUIDE (Like radio buttons) somewhere.
I tried 'help guide' and 'help uibuttongroup' and I didn't quite find what I wanted. I want to use get(handles. ) and set(handles. ) to do everything. I just don't know which parameters to change to, for example, increase the number of options withing a group of radio buttons

Respuesta aceptada

Joseph Cheng
Joseph Cheng el 10 de Jul. de 2014
Editada: Joseph Cheng el 10 de Jul. de 2014
http://www.mathworks.com/help/matlab/creating_guis/add-code-for-components-in-callbacks.html is a link you can look at. if you look on the right hand side in the contents you should be able to find everything you're looking for.
  2 comentarios
Andrew Reibold
Andrew Reibold el 10 de Jul. de 2014
Hmm. I wish this article had more details for each component, but it will serve as a great starting point.
Thank you for sharing!
Andrew Reibold
Andrew Reibold el 10 de Jul. de 2014
PS - I think with the radio button thing, you actually just make multiple radio buttons and put them in the same panel. I don't know why I was thinking you could make radio button groups with multiple options. That wouldn't even make sense since they each need their own callback

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by