- A character vector matching the QueryType property of the corresponding custom
query object when you create a LinearizationAdvisor object using the find
command.
QueryType is a read-only property.
Description — Query description
character vector
Description of the query used to obtain the linearization diagnostics, specified as one of
the following:
- 'All Linearized Blocks' when you initially create a LinearizationAdvisor
object using a linearization function such as linearize or getIOTransfer. - 'Blocks that are Potentially Problematic for Linearization' when
you create a LinearizationAdvisor object using the advise command. - A character vector matching the Description property of the corresponding custom
query object when you create a LinearizationAdvisor object using the find
command.
Description is a read-only property.
Object Functions
advise Find blocks that are potentially problematic for linearization
highlight Highlight linearization path in Simulink model
find Find blocks in linearization results that match specific criteria
getBlockInfo Obtain diagnostic information for block linearizations
getBlockPaths Obtain list of blocks in LinearizationAdvisor object
Examples
Create LinearizationAdvisor Using linearize
Load Simulink model.
mdl = 'scdpendulum';
load_system(mdl)
LinearizationAdvisor