Properties
QueryType — Query type
'Has Zero I/O Pair' (default) | character vectorQuery type, specified as 'Has Zero I/O Pair'.Description — Query description
'Blocks with a Zero IO Pair' (default) | character vectorQuery 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 criteriaExamples
Find Blocks with Zero Input/Output PathsLoad the Simulink model.mdl = 'scdspeed';
load_system(mdl)Linearize the model and obtain the LinearizationAdvisor object.17 Objects — Alphabetical List