Radio Buttons - Where can I find documentation?

1 view (last 30 days)
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

Accepted Answer

Joseph Cheng
Joseph Cheng on 10 Jul 2014
Edited: Joseph Cheng on 10 Jul 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 Comments
Andrew Reibold
Andrew Reibold on 10 Jul 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 on 10 Jul 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

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!