Содействующие имена cfit, sfit или объекта fittype
coeffs = coeffnames(fun)
coeffs = coeffnames(fun) возвращает коэффициент (параметр) имена cfit, sfit или объекта fittype fun как n-by-1 массив ячеек из символьных векторов coeffs, где n = numcoeffs(fun).
f = fittype('a*x^2+b*exp(n*x)');
ncoeffs = numcoeffs(f)
ncoeffs =
3
coeffs = coeffnames(f)
coeffs =
'a'
'b'
'n'coeffvalues | fittype | formula | numcoeffs | probnames