ufind
Find uncertain variables in Simulink model
Description
finds
Uncertain State Space blocks in the Simulink® model uvars
= ufind(mdl
)mdl
. The function returns a structure containing all
uncertain variables associated with the Uncertain State Space blocks. These uncertain
variables are the ureal
, umargin
, or
ultidyn
elements in the uss
model specified in the
Uncertain system variable parameters of the blocks.
ufind
finds Uncertain State Space blocks inside masked subsystems,
library links, and model references. However, the function does not find blocks inside
accelerated model references.
collects uncertain variables referenced by the uncertain dynamic system models
uvars
= ufind(usys
1,...,usys
N)usys
1,…,usysN
, which can be uss
or ufrd
models. You can use this syntax as a faster alternative to querying
the Simulink model, when you know the uncertain models referenced by its Uncertain State
Space blocks.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009b