Path: news.mathworks.com!not-for-mail
From: "Lucio Andrade-Cetto" <lcetto@nospam.mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB Contest: 7-14 Nov 2007
Date: Fri, 9 Nov 2007 14:36:55 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 15
Message-ID: <fh1ra6$eo1$1@fred.mathworks.com>
References: <fgsqlr$hsv$1@fred.mathworks.com> <fh06ou$lv0$1@fred.mathworks.com> <fh0q18$9ld$1@fred.mathworks.com> <fh0vhk$485$1@fred.mathworks.com>
Reply-To: "Lucio Andrade-Cetto" <lcetto@nospam.mathworks.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 1194619015 15105 172.30.248.37 (9 Nov 2007 14:36:55 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 9 Nov 2007 14:36:55 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 222043
Xref: news.mathworks.com comp.soft-sys.matlab:436777


"Luigi Sorbara" <baggio1510@hotmail.com> wrote in message 
<fh0vhk$485$1@fred.mathworks.com>...
> Anybody know why I get this error?
> 
> Error using ==> builtin Line: 137 Column: 4 Thi...
> 
> Thanks!

Luigi
You get that error becasue you used a semicolon after 
then 'end' statment.
Change 'end;' to 'end'

Lucio