MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 203

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 216
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 202
1 2 ... 198 199 200 201 202 203 204 205 206 207 208 ... 215 216

Commentaires sur ces manuels

Pas de commentaire