Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Recursive anonymous function
Date: Mon, 9 Mar 2009 13:40:17 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 5
Message-ID: <gp3681$164$1@fred.mathworks.com>
References: <gp22jh$sif$1@fred.mathworks.com> <gp2in5$pro$1@fred.mathworks.com> <8c4a1f3e-4b46-4e60-b2e8-93dc78a95678@r34g2000vba.googlegroups.com> <gp35f5$839$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
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 1236606017 1220 172.30.248.37 (9 Mar 2009 13:40:17 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Mar 2009 13:40:17 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:523466


Brandon,

Functions are always preparsed by Matlab, scripts are are not (only parsed at the runtime).

Bruno