Path: news.mathworks.com!not-for-mail
From: "Alejandro " <notasuicida@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: how do I use "SelectedObject" property?
Date: Wed, 3 Jun 2009 15:38:01 +0000 (UTC)
Organization: Instituto de Ingenier&#237;a
Lines: 3
Message-ID: <h065cp$ftl$1@fred.mathworks.com>
Reply-To: "Alejandro " <notasuicida@gmail.com>
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 1244043481 16309 172.30.248.37 (3 Jun 2009 15:38:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 3 Jun 2009 15:38:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1842802
Xref: news.mathworks.com comp.soft-sys.matlab:544547


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.