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: 221

Filed under:
|
|
|

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.

  1. How do you to call these functions from respective radio buttons.
  2. When a push button is pressed, the function associated with the active radio button should execute.

© Stack Overflow or respective owner

Related posts about radio

Related posts about buttons