| Curve Fitting Toolbox™ | ![]() |
nargs = numargs(fun)
nargs = numargs(fun) returns the number of input arguments nargs of the cfit or fittype object fun.
f = fittype('a*x^2+b*exp(n*x)');
nargs = numargs(f)
nargs =
4
args = argnames(f)
args =
'a'
'b'
'n'
'x'![]() | islinear | numcoeffs | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |