Path: news.mathworks.com!not-for-mail
From: "Ture VP" <turevp@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: robust fitting using lsqcurvefit
Date: Mon, 12 May 2008 10:48:03 +0000 (UTC)
Organization: turevp@gmail.com
Lines: 15
Message-ID: <g09793$4mc$1@fred.mathworks.com>
Reply-To: "Ture VP" <turevp@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210589283 4812 172.30.248.35 (12 May 2008 10:48:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 12 May 2008 10:48:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1354445
Xref: news.mathworks.com comp.soft-sys.matlab:467873


Hi,

I am fitting my data with 'lsqcurvefit'. This works fine.
But now I would like to include a robust fitting procedure. 

It was not clear to me from the help function whether or not
this is possible. In the section about robust fitting it is
written that on can use it for non-linear least square
problems. However I cannot find how to turn it on for my
function (here the options have to be set using 'optimset'
which does not like the option 'robust','on')

Ture