radio button group matlab
Posted
by vijisai
on Stack Overflow
See other posts from Stack Overflow
or by vijisai
Published on 2010-05-09T18:51:34Z
Indexed on
2010/05/09
18:58 UTC
Read the original article
Hit count: 155
matlab
i have two set of button groups. first button groups has two radio buttons and second group has four radio buttons. if button 1 is selected in group1 and any one from the group 2. similarly for button2 in group 1 and any one from group2, respective function calls must be made on click of push button with these combinations. how to do it. there will be 8 separate function calls for their respective combinations. how to do the combination of button groups. switch case or if else statement did not work out?? kindly help.
© Stack Overflow or respective owner