Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Saving an anonymous function handle to a mat-file
Date: Fri, 12 Sep 2008 17:15:05 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 10
Message-ID: <gae82p$1sj$1@fred.mathworks.com>
References: <6iv5vcFn3i0U1@mid.individual.net> <gae6t8$7de$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
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 1221239705 1939 172.30.248.38 (12 Sep 2008 17:15:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 12 Sep 2008 17:15:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:490026



"Matt " <mjacobson.removethis@xorantech.com> wrote in message <gae6t8$7de$1@fred.mathworks.com>...

> 
> load foobar fstr;
> f=eval(fstr);
> 

But the variable y=1 is lost for ever...

Bruno