fn_fit

Contents

Syntax

[par1 ... parN yfit] = fn_fit(x,y,@(x,par1,..,parN)fun,startpoint)
[a b yfit] = fn_fit(x,y,'affine')

Description

Fit the parameters of a given function

Source

Thomas Deneux

Copyright 2008-2017