Properties
QueryType — Query type
'Linearization Advice' (default) | character vector
Query type, specified as 'Linearization Advice'.
Description — Query description
'Blocks that are Potentially Problematic for Linearization' (default) |
character vector
Query description, specified as 'Blocks that are Potentially Problematic for
Linearization'. You can add your own description to the query object using this
property.
Usage
After creating a linqueryAdvise query object, you can:
- Find all the blocks in a LinearizationAdvisor object that are potentially
problematic for linearization by using the linqueryAdvise query directly with the
find command. - Create a CompoundQuery object by logically combining the linqueryAdvise query
with other query objects.
Object Functions
find Find blocks in linearization results that match specific criteria
Examples
Find Blocks with Potentially Problematic Linearizations
Load the Simulink model.
mdl = 'scdpendulum';
load_system(mdl)
linqueryAdvise