Количество коэффициентов cfit
, sfit
или объекта fittype
ncoeffs = numcoeffs(fun)
ncoeffs = numcoeffs(fun)
возвращает количество коэффициентов ncoeffs
cfit
, sfit
или объекта fittype
fun
.
f = fittype('a*x^2+b*exp(n*x)'); ncoeffs = numcoeffs(f) ncoeffs = 3 coeffs = coeffnames(f) coeffs = 'a' 'b' 'n'
coeffnames
| fittype
| formula