| Curve Fitting Toolbox™ | ![]() |
name = type(fun)
name = type(fun) returns the custom or library name name of the cfit or fittype object fun as a character array.
f = fittype('a*x^2+b*exp(n*x)');
category(f)
ans =
custom
type(f)
ans =
customnonlinear
g = fittype('fourier4');
category(g)
ans =
library
type(g)
ans =
fourier4![]() | smooth | Bibliography | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |