Main Content
showTunable
Display current value of tunable Control Design Blocks in Generalized Model
Syntax
Description
Examples
Input Arguments
Tips
Displaying the current values of tunable blocks is useful, for example, after you have tuned the free parameters of the model using a tuning command such as
systune
.showTunable
displays the current values of the tunable blocks only. To display the current values of all Control Design Blocks in a model, including tunable, uncertain, and switch blocks, useshowBlockValue
.
Version History
Introduced in R2012b
See Also
genss
| getBlockValue
| setBlockValue
| showBlockValue
| systune