Path: news.mathworks.com!not-for-mail
From: "Dina " <corsair_dee@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: passing images between two GUI
Date: Mon, 11 Aug 2008 02:50:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 15
Message-ID: <g7o9cr$che$1@fred.mathworks.com>
References: <g7ir0p$9sf$1@fred.mathworks.com> <6587715.1218270409944.JavaMail.jakarta@nitrogen.mathforum.org>
Reply-To: "Dina " <corsair_dee@hotmail.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 1218423003 12846 172.30.248.37 (11 Aug 2008 02:50:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 11 Aug 2008 02:50:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1461162
Xref: news.mathworks.com comp.soft-sys.matlab:484798



bogfrog <jmcgraw@rcn.com> wrote in message 
<6587715.1218270409944.JavaMail.jakarta@nitrogen.mathforum.o
rg>...
> You know what... you actually can pass to a gui, in the 
same way you do to a function.
> 
> In the opening function of the gui, do this:
> 
> handles.input1 = varargin{1};
> 
> 
> and then elsewhere in this gui, the variable you passed 
will be in handles.input.

thank u