Path: news.mathworks.com!not-for-mail
From: "Bryan " <cssmwbs@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: basic question re: workspace variables and functions
Date: Wed, 20 Feb 2008 19:46:02 +0000 (UTC)
Organization: Nativis Inc
Lines: 10
Message-ID: <fpi01p$5mn$1@fred.mathworks.com>
References: <fphrfh$4l8$1@fred.mathworks.com> <fphssi$nhb$1@fred.mathworks.com>
Reply-To: "Bryan " <cssmwbs@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 1203536762 5847 172.30.248.37 (20 Feb 2008 19:46:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 20 Feb 2008 19:46:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 291118
Xref: news.mathworks.com comp.soft-sys.matlab:452734



"Ilya Rozenfeld" <rozeni.nospam@alum.rpi.edu> wrote in
message <fphssi$nhb$1@fred.mathworks.com>...
> Try to use "evalin"  e.g.
> 
> 
> datVars = evalin('base', 'who(''data*'')');

uggh, yes, that is the one i was looking for.  thanks so much!!

bryan