Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: GUI--radioButton
Date: Wed, 22 Aug 2007 16:24:12 +0000 (UTC)
Organization: gw
Lines: 18
Message-ID: <fahnvb$3gc$1@fred.mathworks.com>
References: <faf5ls$56b$1@fred.mathworks.com> <fahmos$g41$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 1187799852 3596 172.30.248.37 (22 Aug 2007 16:24:12 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 22 Aug 2007 16:24:12 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1068479
Xref: news.mathworks.com comp.soft-sys.matlab:424986



Hi Tom,
Thanks a lot for your reply.  
I understand that whenever one creates a uibuttongroup 
panel with a couple of radio buttons, there are no 
function callbacks for the individual radio buttons.  Like 
you said there is SelectionChangeFcn.  

In my case, however, I right clicked on one of 
radiobuttons in guide and then selected callback. this 
generated a callback for that specific radiobutton that I 
right-clicked on.   so when i tried to delete that from 
the mfile (b.c the rest of the radiobuttons did not have a 
callback in the mfile), I got an error. 

I guess I should I have deleted that radio button as well. 

Thanks for your help.