MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Guía de usuario Pagina 182

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 216
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 181
fitoptions
4-106
4fitoptions
Purpose Create or modify a fit options object
Syntax opts = fitoptions
opts = fitoptions('ltype')
opts = fitoptions('ltype','PropertyName',PropertyValue,...)
opts = fitoptions('method',value)
opts = fitoptions('method',value,'PropertyName',PropertyValue,...)
opts = fitoptions(opts,'PropertyName',PropertyValue,...)
opts = fitoptions(opts,newopts)
Arguments
Description
opts = fitoptions creates the empty fit options object opts. The returned
options are supported by all fitting methods, and are given by the following
properties. Note that curly braces denote default property values.
'ltype' The name of a library model, spline, or interpolant.
'PropertyName' The name of a fit options property.
PropertyValue A valid value for PropertyName.
method Specify a toolbox fitting method.
value A supported fitting method.
opts,newopts A fit options object.
Property Description
Normalize
Specifies whether the data is centered and scaled. The
value can be
{'off'} or 'on'.
Exclude A vector of one or more data points to exclude from the fit.
You can use the
excludedata function to create this vector.
Weights A vector of weights associated with the response data.
Method The fitting method. The value is None for an empty object. A
complete list of supported fitting methods is given below.
Vista de pagina 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 215 216

Comentarios a estos manuales

Sin comentarios