ulinearize
Linearize Simulink model with Uncertain State Space block
Syntax
Description
linearizes the Simulink® model ulin
= ulinearize(mdl
,io
)mdl
, at the operating point specified in the model,
using the analysis points specified by io
. If you omit
io
, then ulinearize
uses the root-level input
and output ports in mdl
. The function returns a uss
model object ulin
that represents the uncertain model response at those
analysis points. ulin
contains all the uncertain elements referenced by
Uncertain State Space blocks in the linearization path.
specifies the order of the non-uncertain states in the returned ulin
= ulinearize(___,'StateOrder',stateorder
)uss
model. Specify the state order by listing them in the cell array
stateorder
. You can use this syntax with any of the previous
input-argument combinations.
uses additional options when computing the linearization. Specify the options using
ulin
= ulinearize(___,options
)linearizeOptions
(Simulink Control Design).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009b
See Also
uss
| ufind
| usample
| linearize
(Simulink Control Design) | linearizeOptions
(Simulink Control Design)