MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Guida Utente Pagina 203

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 216
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 202
set
4-127
Example Create a custom nonlinear model, and create a default fit options object for the
model.
mymodel = fittype('a*x^2+b*exp(n*c*x)','prob','n');
opts = fitoptions(mymodel);
Configure the Robust and Normalize properties using property name/property
value pairs.
set(opts,'Robust','LAR','Normalize','On')
Configure the Display, Lower, and Algorithm properties using cell arrays of
property names and property values.
set(opts,{'Disp','Low','Alg'},{'Final',[0 0 0],'Levenberg'})
See Also fitoptions, get
Vedere la pagina 202
1 2 ... 198 199 200 201 202 203 204 205 206 207 208 ... 215 216

Commenti su questo manuale

Nessun commento