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?

采纳的回答

Sean de Wolski
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 CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by