| Curve Fitting Toolbox™ | ![]() |
args = argnames(fun)
args = argnames(fun) returns the input argument (variable and coefficient) names of the cfit or fittype object fun as an n-by-1 cell array of strings args, where n = numargs(fun).
f = fittype('a*x^2+b*exp(n*x)');
nargs = numargs(f)
nargs =
4
args = argnames(f)
args =
'a'
'b'
'n'
'x'![]() | Functions — Alphabetical List | category | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |