Message from discussion
Polynomial fitting
Received: by 10.180.91.34 with SMTP id cb2mr1987397wib.3.1352394304962;
Thu, 08 Nov 2012 09:05:04 -0800 (PST)
MIME-Version: 1.0
From: "DHIKRA " <hamdi.dhik...@gmail.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Polynomial fitting
Date: Sat, 3 Nov 2012 10:38:08 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 21
Message-ID: <k72s6g$ffv$1@newscl01ah.mathworks.com>
References: <k70dvb$9hi$1@newscl01ah.mathworks.com> <k70k5h$pr0$1@speranza.aioe.org>
Reply-To: "DHIKRA " <hamdi.dhik...@gmail.fr>
NNTP-Posting-Host: www-00-blr.mathworks.com
X-Trace: newscl01ah.mathworks.com 1351939088 15871 172.30.248.45 (3 Nov 2012 10:38:08 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 3 Nov 2012 10:38:08 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 3823134
Path: ha8ni171910wib.1!nntp.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newspeer1.nac.net!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.mccarragher.com!news.grnet.gr!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!eternal-september.org!feeder.eternal-september.org!newsfeed101.telia.com!starscream.dk.telia.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed-00.mathworks.com!news.mathworks.com!not-for-mail
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
dpb <n...@non.net> wrote in message <k70k5h$pr...@speranza.aioe.org>...
> On 11/2/2012 7:23 AM, DHIKRA wrote:
> > hello,
> > i have a problem with this code ,I'am looking for the équation of the
> > polynomial that fits the curve on this image I tried the fitting by
> > figure window-tools-basic fiting but I didn't have any convincing result
> > could you please help me [code]
> > clear;
> > clc;
> > I=imread('C:\Documents and Settings\Administrateur\Bureau\TT.bmp');
>
> Well, having no way to access your machine makes it a little hard to see
> the figure... :)
>
> ...
>
> But, in general, sometimes polynomials aren't much use in fitting if the
> data isn't such that it is easily represented by such (at least not w/o
> overfitting)...
>
> --