Products & Services Solutions Academia Support User Community Company

Learn more about Curve Fitting Toolbox   

type - Name of cfit, sfit, or fittype object

Syntax

name = type(fun)

Description

name = type(fun) returns the custom or library name name of the cfit, sfit, or fittype object fun as a character array.

Example

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

See Also

fittype, category, cflibhelp

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS