Simulink Control Design™ - MathWorks

(Tuis.) #1
linsys = linearize(mdl,io,param) linearizes the model using the parameter value
variations specified in param. You can vary any model parameter with a value given by a
variable in the model workspace, the MATLAB workspace, or a data dictionary.

linsys = linearize(mdl,io,blocksub) linearizes the model using the substitute
block or subsystem linearizations specified in blocksub.

linsys = linearize(mdl,io,options) linearizes the model using additional
linearization options.

linsys = linearize(mdl,io,op,param,blocksub,options) linearizes the model
using any combination of op, param, blocksub, and options in any order.

linsys = linearize(mdl,blockpath) returns a linear approximation of a block or
subsystem in model mdl, specified by blockpath, at the model operating point. The
software isolates the block from the rest of the model before linearization.

linsys = linearize(mdl,blockpath,op) linearizes the block or subsystem at
operating point op.

linsys = linearize(mdl,blockpath,param) linearizes the block or subsystem
using the parameter value variations specified in param. You can vary any model
parameter with a value given by a variable in the model workspace, the MATLAB
workspace, or a data dictionary.

linsys = linearize(mdl,blockpath,blocksub) linearizes the block or subsystem
using the substitute block or subsystem linearizations specified in blocksub.

linsys = linearize(mdl,blockpath,options) linearizes the block or subsystem
using additional linearization options.

linsys = linearize(mdl,blockpath,op,param,blocksub,options) linearizes
the block or subsystem using any combination of op, param, blocksub, and options in
any order.

linsys = linearize( ___ ,'StateOrder',stateorder) specifies the order of the
states in the linearized model for any of the previous syntaxes.

[linsys,linop] = linearize( ___ ) returns the operating point at which the model
was linearized. Use this syntax when linearizing at simulation snapshots or when varying
parameters during linearization.

15 Alphabetical List

Free download pdf