I found out that you have to right click on the button group and select the specific function from "view callbacks". Not automatic like most of the other GUI types.
Radio button and button group in GUIDE
5 次查看(过去 30 天)
显示 更早的评论
I'm trying to create a button group with 5 radio buttons using GUIDE. I can place the objects in the graphic window, but when I save and update the m-file function, I don't see any of the functions that should be created ('SelectionChangeFcn','Callback', etc.). What could I be doing wrong?
0 个评论
采纳的回答
更多回答(1 个)
Doug Hull
2011-7-26
Put them in a radio button group. It looks like a a panel. The callback is on the RBgroup.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!