Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Button Callback - Matlab Issue
Date: Thu, 22 Oct 2009 14:35:13 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <hbpqj1$i7o$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256222113 18680 172.30.248.37 (22 Oct 2009 14:35:13 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 22 Oct 2009 14:35:13 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2028979
Xref: news.mathworks.com comp.soft-sys.matlab:579336


I am trying to create a callback on push button, 

If radio1 is selected then run case 1 
If radio2 is selected then run case 2
If radio3 is selected then run case 3

Any hint how to write this code??