Main Content

isParametric

Determine if model has tunable parameters

Description

isPara = isParametric(M) returns a logical value of 1 (true) if the model M contains parametric tunable Control Design Blocks and 0 (false) otherwise. For more information on control design blocks, see Control Design Blocks.

Input Arguments

collapse all

Model, specified as a Dynamic System model or Static model, or an array of such models.

Output Arguments

collapse all

Logical value indicating whether M contains tunable parameters, returned as one of the following:

Version History

Introduced in R2011a