slLinearizer
Interface for batch linearization of Simulink models
Syntax
sllin = slLinearizer(mdl)
sllin = slLinearizer(mdl,pt)
sllin = slLinearizer(mdl,param)
sllin = slLinearizer(mdl,op)
sllin = slLinearizer(mdl,blocksub)
sllin = slLinearizer(mdl,options)
sllin = slLinearizer(mdl,pt,op,param,blocksub,options)
Description
sllin = slLinearizer(mdl) creates an slLinearizer interface, sllin, for
linearizing the Simulink model, mdl. The interface adds the linear analysis points marked
in the model as analysis points on page 15-271 of sllin. The interface also adds the
linear analysis points that imply an opening as permanent openings on page 15-272.
sllin = slLinearizer(mdl,pt) adds the specified point to the list of analysis points
for sllin, ignoring linear analysis points marked in the model.
sllin = slLinearizer(mdl,param) specifies the parameters whose values you want
to vary when linearizing the model.
sllin = slLinearizer(mdl,op) specifies the operating points for linearizing the
model.
sllin = slLinearizer(mdl,blocksub) specifies substitute linearizations of blocks
and subsystems. Use this syntax, for example, to specify a custom linearization for a
block. You can also use this syntax for blocks that do not linearize successfully, such as
blocks with discontinuities or triggered subsystems.
sllin = slLinearizer(mdl,options) configures the linearization algorithm options.
slLinearizer