Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how do I use "SelectedObject" property?
Date: Thu, 4 Jun 2009 14:18:02 +0000 (UTC)
Organization: Carnegie Mellon
Lines: 6
Message-ID: <h08l2q$bl2$1@fred.mathworks.com>
References: <h065cp$ftl$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1244125082 11938 172.30.248.38 (4 Jun 2009 14:18:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 4 Jun 2009 14:18:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688548
Xref: news.mathworks.com comp.soft-sys.matlab:544818


You will get an example if you type 'doc uibuttongroup' on the matlab command line.

"Alejandro " <notasuicida@gmail.com> wrote in message <h065cp$ftl$1@fred.mathworks.com>...
> Hello, I'm using two radio buttons in a button group to select between two different plots, I read the documentation, and I found that I need to use the SelectedObject property of the button group, to let other functions know which element of the group is selected. The problem is that I can't find an example about how to use this property. Can anyone show me an example?
> 
> Thanks in advance.