help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: polyfit questions


From: Frank Palazzolo
Subject: RE: polyfit questions
Date: Thu, 27 Jul 2006 17:18:49 -0400

Georg,

I don't really understand what your program does, but if you replace this
line:

pbn = polyfit(Fx, rxy, 7);

with this line:

pbn = polyfit(Fx, rxy, 6);

...you get a much better picture.  Now the polynomial orders are the same.

(6th order poly = 7 coefficents)

I've attached the modified version of your program.

Hope that helps,
-Frank

Attachment: cmv_fit_updated.m
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]