MATLAB: Radio button and button group in GUIDE

guideradio buttons

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?

Best Answer

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.
Related Question