Main Content
simulink.compiler.getTunableVariables
Description
simulink.compiler.getTunableVariables(
returns a structure containing all the tunable variables in the model
modelName
)modelName
, and their values.
Each tunable leaf of a struct
variable present in the model is given
an entry in the output of simulink.compiler.getTunableVariables
function.
A leaf of a struct
variable is tunable only when it is not used in any
non-tunable expressions.
Examples
Input Arguments
Version History
Introduced in R2021a