MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 172

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 216
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 171
disp
4-96
4disp
Purpose Display descriptive information for Curve Fitting Toolbox objects
Syntax obj
disp(obj)
Arguments
Description
obj or disp(obj) displays descriptive information for obj. You can create obj
with the
fit or cfit function, the fitoptions function, or the fittype
function.
Example The display for a custom fit type object is shown below.
ftype = fittype('a*x^2+b*x+c+d*exp(-e*x)')
ftype =
General model:
ftype(a,b,c,d,e,x) = a*x^2+b*x+c+d*exp(-e*x)
The display for a fit options object is shown below.
fopts = fitoptions('Method','Nonlinear','Normalize','on')
fopts =
Normalize: 'on'
Exclude: []
Weights: []
Method: 'NonlinearLeastSquares'
Robust: 'Off'
StartPoint: []
Lower: []
Upper: []
Algorithm: 'Trust-Region'
DiffMinChange: 1e-008
DiffMaxChange: 0.1
Display: 'Notify'
MaxFunEvals: 600
MaxIter: 400
TolFun: 1e-006
TolX: 1e-006
obj
A Curve Fitting Toolbox object.
Seitenansicht 171
1 2 ... 167 168 169 170 171 172 173 174 175 176 177 ... 215 216

Kommentare zu diesen Handbüchern

Keine Kommentare