argnames - Input argument names of cfit, sfit, or fittype object
Syntax
args = argnames(fun)
Description
args = argnames(fun) returns the input
argument (variable and coefficient) names of the cfit, sfit,
or fittype object fun as an n-by-1
cell array of strings args, where n =
numargs(fun).
Example
f = fittype('a*x^2+b*exp(n*x)');
nargs = numargs(f)
nargs =
4
args = argnames(f)
args =
'a'
'b'
'n'
'x'See Also
fittype, formula, numargs
 | Functions — Alphabetical List | | category |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit