uibuttongroup with radiobuttons with GUIDE
2 次查看(过去 30 天)
显示 更早的评论
I'm familiar with programming a uibuttongroup with radiobuttons manually using the SelectionChangeFcn of the uibuttongroup. Now I have inherited a GUI which was created using GUIDE and I tried to implement a uibuttongroup with radiobuttons there. However, I cannot find the Property SelectionChangeFcn of the uibuttongroup in GUIDE to write a Callback function für the radio buttons.
Can anybody please give me a hint how to do this with GUIDE? The only solution I have come up with so far is to set the SelectionChangeFcn in the OpeningFcn of the GUI - but I can't believe that this is the "usual" way to do it.
I work with MATLAB R2010b.
0 个评论
采纳的回答
Sean de Wolski
2012-4-24
that is wierd how the SelectionChnageFcn doesn't show up in the property inspector. If you add a uibuttongroup, or have one already, right click on it and select "View Callbacks". The SelectionChangeFcn appears there.
Also:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Distribution Plots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!