Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: GUI output handles list into another GUI
Date: Sun, 21 Sep 2008 23:51:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <gb6ml7$nc4$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 1222041063 23940 172.30.248.38 (21 Sep 2008 23:51:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 21 Sep 2008 23:51:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1338633
Xref: news.mathworks.com comp.soft-sys.matlab:491235


Hi, I have searched for hours through the net and this forum, but can't seem to find anything that I can get to work.

I have a GUI figure which has a button which then opens up another GUI figure where other options are set. I have a handles list which is correct in the second GUI, but I can't pass it back to the first GUI. How can I pass the whole list? Thanks in advance.