How to pass function to radio button in a button group created using guide in MATLAB?
- by vijisai
I have created a button group with four radio buttons and a push button using guide.
There are four functions, one for each radio button written separately.
How do you to call these functions from respective radio buttons.
When a push button is pressed, the function associated with the active radio button should execute.