Determine if model has tunable parameters
bool = isParametric(M)
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.
|
A Dynamic System model or Static model, or an array of such models. |
|
Logical value indicating whether
|