- Batch trim your model using parameter variations. For more information, see
“Batch Compute Steady-State Operating Points for Parameter Variation” on page 1-
95. - Vector of positive scalars, specifying simulation snapshot times.
If you configure sllin.Parameters, then specify op as one of the following:
- Single operating point.
- Array of operating point objects whose size matches that of the parameter grid
specified by the Parameters property. When you batch linearize mdl, the software
uses only one model compilation. To obtain the operating points that correspond to the
parameter value combinations, batch trim your model using param before
linearization. For an example that uses the linearize command, see “Batch
Linearize Model at Multiple Operating Points Derived from Parameter Variations” on
page 3-25. - Multiple snapshot times. When you batch linearize mdl, the software simulates the
model for each snapshot time and parameter grid point combination. This operation
can be computationally expensive.
BlockSubstitutions
Substitute linearizations for blocks and model subsystems, specified as a structure or
structure array.
Use this property to specify a custom linearization for a block or subsystem. You also can
use this syntax for blocks that do not have analytic linearizations, such as blocks with
discontinuities or triggered subsystems.
Set this property using the blocksub input argument or dot notation
(sllin.BlockSubstitutions = blocksubs). For information about the required
structure, see blocksub.
Options
Linearization algorithm options, specified as an option set created using
linearizeOptions.
Set this property using the options input argument or dot notation (sllin.Options =
options).
slLinearizer