dependnames - Dependent variable of cfit, sfit, or fittype object
Syntax
dep = dependnames(fun)
Description
dep = dependnames(fun) returns
the (single) dependent variable name of the cfit, sfit,
or fittype object fun as a 1-by-1
cell array of strings dep.
Example
f1 = fittype('a*x^2+b*exp(n*x)');
dep1 = dependnames(f1)
dep1 =
'y'
f2 = fittype('a*x^2+b*exp(n*x)','dependent','power');
dep2 = dependnames(f2)
dep2 =
'power'See Also
indepnames, fittype, formula
 | datastats | | differentiate |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit