How to pass function to radio button in a button group created using guide in MATLAB?
Posted
by vijisai
on Stack Overflow
See other posts from Stack Overflow
or by vijisai
Published on 2010-04-12T19:42:30Z
Indexed on
2010/04/12
20:53 UTC
Read the original article
Hit count: 244
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.
© Stack Overflow or respective owner