Create or modify fit options object
creates
the default fit options object fitOptions
= fitoptionsfitOptions
.
creates the default fit options object for the library model.fitOptions
= fitoptions(libraryModelName
)
creates fit options for the specified library model with additional options
specified by one or more fitOptions
= fitoptions(libraryModelName
,Name,Value
)Name,Value
pair
arguments.
gets the fit options object for the specified fitOptions
= fitoptions(fitType
)fitType
.
Use this syntax to work with fit options for custom models.
creates fit options with additional options specified by one or more
fitOptions
= fitoptions(Name,Value
)Name,Value
pair arguments.
modifies the existing fit options object newOptions
= fitoptions(fitOptions
,Name,Value
)fitOptions
and
returns updated fit options in newOptions
with new
options specified by one or more Name,Value
pair
arguments.
combines the existing fit options objects newOptions
= fitoptions(options1
,options2
)options1
and
options2
in newOptions
.
If Method
agrees, the nonempty values for
the properties in options2
override the
corresponding values in options1
in
newOptions
.
If Method
differs,
newOptions
contains the
options1
value for
Method
and values from
options2
for
Normalize
, Exclude
,
and Weights
.