help-octave
[Top][All Lists]
Advanced

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

Re: how to fit a graph


From: Ben Abbott
Subject: Re: how to fit a graph
Date: Sun, 12 Jun 2011 17:01:12 -0400

On Jun 12, 2011, at 4:41 PM, Max Rodler wrote:

> Hi, 
> Can somebody explain me in an easy way how I have to do to fit a graph in 
> octave?
> I have only a lot of points . That's all. no function either.
> Thank you
> 
> Max

Take a look at polyfit ...

        help polyfit

You a more specialized fit, see the curve fitting function at Octave Forge.

        http://octave.sourceforge.net/optim/function/nonlin_residmin.html

        http://octave.sourceforge.net/optim/function/nonlin_curvefit.html

Ben



reply via email to

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