Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Partial curve fitting
Date: Mon, 25 May 2009 08:24:01 +0000 (UTC)
Organization: Institute of Thermomechanics
Lines: 9
Message-ID: <gvdkj1$gsv$1@fred.mathworks.com>
References: <gvcl7u$p85$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1243239841 17311 172.30.248.35 (25 May 2009 08:24:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 25 May 2009 08:24:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1642109
Xref: news.mathworks.com comp.soft-sys.matlab:542299


SNIP
> But I don't want to specify the beginning and the end of the different curves, I want the program to find those automatically.
SNIP

Hi,

It sounds like a joke. The program has to have some criterion to decide what points of your data to select. Say, you have to set a half-width of independent variable interval, which will be used for cutting off all data points outside the interval distributed round the point of your interst. And then you may use your data fit.

Mira