Simulink Control Design™ - MathWorks

(Tuis.) #1
Query Object Find Blocks That...
linqueryHasZeroIOPair Have at least one input/output pair that
linearizes to zero.
linqueryIsBlockSubstituted Have a custom block linearization specified.
linqueryIsBlockType Are of a specified type.
linqueryIsExact Are linearized using their defined exact
linearization.
linqueryIsNumericallyPerturbed Are linearized using numerical
perturbation.
linqueryIsOnPath Are on the linearization path.
linqueryIsZero Linearize to zero.

To create a compound query, combine these queries using AND (&), OR (|), and NOT (~)
logical operations. For example, to find all blocks on the linearization path that do not
contribute to the model linearization result, use:


compundQuery = linqueryIsOnPath & ~linqueryContributesToLinearization


Output Arguments


result — Diagnostic information for blocks that match the search criteria
LinearizationAdvisor object | array of LinearizationAdvisor objects


Diagnostic information for blocks that match the search criteria specified in query,
returned as:



  • LinearizationAdvisor object if advisor is a single LinearizationAdvisor
    object.

  • A LinearizationAdvisor object with the same dimensions as advisor if advisor
    is an array.


See Also


Objects
CompoundQuery | LinearizationAdvisor


find
Free download pdf