Field Description
ParameterNames Linearization function parameter names, specified as a cell
array of character vectors. Specify ParameterNames only
when Type = 'Function' and your block linearization
function requires input parameters. These parameters only
impact the linearization of the specified block.
You must also specify the corresponding
blocksub.Value.ParameterValues field.
ParameterValues Linearization function parameter values, specified as an
vector of doubles. The order of parameter values must
correspond to the order of parameter names in
blocksub.Value.ParameterNames. Specify
ParameterValues only when Type = 'Function' and
your block linearization function requires input
parameters.
options — Linearization algorithm options
linearizeOptions option set
Linearization algorithm options, specified as a linearizeOptions option set.
Properties
slLinearizer object properties include:
Parameters
Parameter samples for linearizing mdl, specified as a structure or a structure array.
Set this property using the param input argument or dot notation (sllin.Parameters
= param). param must be one of the following:
- Structure — Vary the value of a single parameter by specifying param as a structure
with the following fields:- Name — Parameter name, specified as a character vector or string. You can specify
any model parameter that is a variable in the model workspace, the MATLAB
workspace, or a data dictionary. If the variable used by the model is not a scalar
- Name — Parameter name, specified as a character vector or string. You can specify
slLinearizer