compareOptions
Option set for compare
Syntax
opt = compareOptions
opt = compareOptions(Name,Value)
Description
creates
the default options set for opt
= compareOptionscompare
.
creates
an option set with the options specified by one or more opt
= compareOptions(Name,Value
)Name,Value
pair
arguments.
Input Arguments
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
|
Data for which Specify | ||||||
|
Handling of initial conditions. Specify
Default: | ||||||
|
Removes offset from time domain input data for model response computation. Specify as a column vector of length Nu, where Nu is the number of inputs. Use For multiexperiment data, specify Each entry specified by Default: | ||||||
|
Removes offset from time-domain output data for model response prediction. Specify as a column vector of length Ny, where Ny is the number of outputs. Use For multiexperiment data, specify Each entry specified by Default: | ||||||
|
Weight of output for initial condition estimation.
Default: |
Output Arguments
|
Option set containing the specified options for |