Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Accessing workspace variables from GUI
Date: Mon, 6 Jul 2009 20:02:01 +0000 (UTC)
Organization: VA Palo Alto Health Care System
Lines: 4
Message-ID: <h2tl7p$dnv$1@fred.mathworks.com>
References: <h2tdee$pkn$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1246910521 14079 172.30.248.35 (6 Jul 2009 20:02:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 6 Jul 2009 20:02:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 835677
Xref: news.mathworks.com comp.soft-sys.matlab:553203


v = evalin('base', 'var');
Try 
>>doc evalin 
for more info