Toggling a radio button when switching popup menu options
1 次查看(过去 30 天)
显示 更早的评论
What I'm looking to do is when a user selects a different option on the popup menu in my GUI, I can tell the radio buttons I have whether they need to be toggled on or off for the new option. Does that make sense?
0 个评论
采纳的回答
Sean de Wolski
2012-5-18
This will be done in the same way as editting the strings in your previous questions. You will have to get() the information you want, process it, and then set() other components based on this. For radio buttons the property to toggle it is its 'value' property.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!