Simulink Control Design™ - MathWorks

(Tuis.) #1

Properties


QueryType — Query type
'Has Zero I/O Pair' (default) | character vector

Query type, specified as 'Has Zero I/O Pair'.

Description — Query description
'Blocks with a Zero IO Pair' (default) | character vector

Query description, specified as 'Blocks with a Zero IO Pair'. You can add your
own description to the query object using this property.

Usage


After creating a linqueryHasZeroIOPair query object, you can:


  • Find all the blocks in a LinearizationAdvisor object that have at least one input/
    output path that linearizes to zero by using the linqueryHasZeroIOPair query
    directly with the find command.

  • Create a CompoundQuery object by logically combining the
    linqueryHasZeroIOPair query with other query objects.


Object Functions
find Find blocks in linearization results that match specific criteria

Examples


Find Blocks with Zero Input/Output Paths

Load the Simulink model.

mdl = 'scdspeed';
load_system(mdl)

Linearize the model and obtain the LinearizationAdvisor object.

17 Objects — Alphabetical List

Free download pdf