Path: news.mathworks.com!not-for-mail
From: "Marcio " <marciobarbalho@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: simple parameter estimation
Date: Fri, 10 Oct 2008 03:04:02 +0000 (UTC)
Organization: UFRN
Lines: 13
Message-ID: <gcmgn2$amq$1@fred.mathworks.com>
References: <gcl2c0$b9$1@fred.mathworks.com> <gcm6me$o7v$1@fred.mathworks.com> <gcma36$k1s$1@fred.mathworks.com> <gcmc12$514$1@fred.mathworks.com> <gcmfdq$p3$1@fred.mathworks.com>
Reply-To: "Marcio " <marciobarbalho@yahoo.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 1223607842 10970 172.30.248.37 (10 Oct 2008 03:04:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 10 Oct 2008 03:04:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1123483
Xref: news.mathworks.com comp.soft-sys.matlab:494491


"John D'Errico" <woodchips@rochester.rr.com> wrote 
> Then I guess it is time for you to learn what
> nonlinear regression is. If you have the
> optimization toolbox,
> 
> help lsqnonlin
> help lsqcurvefit
> 
> John

I guess those functions work out with non-linear equations, but it's with the derivatives that I am worried about. How to tell MATLAB they are not just non-linear equations?

Thanks!