Radio Buttons - Where can I find documentation?

1 次查看(过去 30 天)
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

采纳的回答

Joseph Cheng
Joseph Cheng 2014-7-10
编辑:Joseph Cheng 2014-7-10
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 个评论
Andrew Reibold
Andrew Reibold 2014-7-10
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 2014-7-10
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by