Products & Services Solutions Academia Support User Community Company

Learn more about Curve Fitting Toolbox   

numargs - Number of input arguments of cfit, sfit, or fittype object

Syntax

nargs = numargs(fun)

Description

nargs = numargs(fun) returns the number of input arguments nargs of the cfit, sfit, or fittype object 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, argnames

  


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