isParametric
Determine if model has tunable parameters
Syntax
bool = isParametric(M)
Description
returns a logical value of bool
= isParametric(M
)1
(true
) if the model
M
contains parametric (tunable) Control Design Blocks. The function returns a logical value of
0
(false
) otherwise.
Input Arguments
|
A Dynamic System model or Static model, or an array of such models. |
Output Arguments
|
Logical value indicating whether
|
Version History
Introduced in R2011a