setBlockValue
Modify value of Control Design Block in Generalized Model
Syntax
Description
modifies the current or nominal value of the Control Design Block
M = setBlockValue(M0,blockname,val)blockname in the Generalized Model
M0 to the value specified by val.
modifies the value of several Control Design Blocks at once. The structure
M = setBlockValue(M0,blockvalues)blockvalues specifies the blocks and replacement values.
The values of blocks of M0 not listed in
blockvalues do not change.
assigns values from Control Design Blocks in the Generalized Model
M = setBlockValue(M0,Mref)Mref to blocks in M0.
Use this syntax to propagate block values, such as tuned parameter values, from one parametric model to other models that use the same parameters.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011b
See Also
getValue | getBlockValue | showBlockValue | genss | systune | looptune | hinfstruct (Robust Control Toolbox)