Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: I need help with least square model fitting, Please!
Date: Sun, 8 Nov 2009 09:40:03 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 9
Message-ID: <hd63lj$3i1$1@fred.mathworks.com>
References: <hd5upv$nr3$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 1257673203 3649 172.30.248.37 (8 Nov 2009 09:40:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 8 Nov 2009 09:40:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:583307


Debugging if a part of a life of a programmer. Learn how to do it.

Type

DBSTOP IF ERROR

then rerun your code. When the errors occurs, the prompt appears. Examine your variables and expressions to see what dimension is mismatched.

Bruno