cfit
Constructor for cfit
object
Description
constructs the cfun
= cfit(ffun
, coeff1,...,coeffn
)cfit
object cfun
using the
model type specified by the fittype
object
ffun
and the coefficient values
coeff1
, coeff2
, etc.
Note
cfit
is called by the fit
function when
fitting fittype
objects to data. To create a
cfit
object that is the result of a regression,
use fit
.
You should only call cfit
directly if you want to
assign values to coefficients and problem parameters of a
fittype
object without
performing a fit.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a