peOptions
Option set for pe
Syntax
opt = peOptions
opt = peOptions(Name,Value)
Description
creates
the default options set for opt
= peOptionspe
.
creates
an option set with the options specified by one or more opt
= peOptions(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.
|
Handling of initial conditions. Specify
Default: | ||||||
|
Removes offset from time domain input data during prediction-error calculation. Specify as a column vector of length Nu, where Nu is the number of inputs. For multi-experiment data, specify Each entry specified by Specify input offset for only time domain data. Default: | ||||||
|
Removes offset from time domain output data during prediction-error calculation. Specify as a column vector of length Ny, where Ny is the number of outputs. In case of multi-experiment data, specify Each entry specified by Specify output offset for only time domain data. Default: | ||||||
|
Weight of output for initial condition estimation.
Default: |
Output Arguments
|
Option set containing the specified options for |
Examples
Version History
Introduced in R2012a