| Curve Fitting Toolbox™ | ![]() |
dep = dependnames(fun)
dep = dependnames(fun) returns the (single) dependent variable name of the cfit or fittype object fun as a 1-by-1 cell array of strings dep.
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'![]() | datastats | differentiate | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |