Содействующие имена cfit, sfit, или fittype объект
coeffs = coeffnames(fun)
coeffs = coeffnames(fun) возвращает коэффициент (параметр) имена cfit, sfit, или fittype объект fun как n- 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