Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Output a variable to the workspace from GUI
Date: Tue, 13 Oct 2009 20:56:19 +0000 (UTC)
Organization: Mitre Corp
Lines: 6
Message-ID: <hb2phj$n0k$1@fred.mathworks.com>
References: <hb2ojn$laq$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 1255467379 23572 172.30.248.38 (13 Oct 2009 20:56:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 13 Oct 2009 20:56:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2318
Xref: news.mathworks.com comp.soft-sys.matlab:577075


"Camron Call" <camroncall@gmail.cam> wrote in message <hb2ojn$laq$1@fred.mathworks.com>...
> How do you get a variable to remain in the workspace after the GUI does all it's magic on it.  I would like to output a variable after a GUI creates it.  How to you use the output function?

% Without a code snipplet, I suggest trying
doc assignin
% and look at the example.