Query type, specified as 'Contributes to Linearization'.
Description — Query description
'Blocks that Contribute to the Model Linearization' (default) | character
vector
Query description, specified as 'Blocks that Contribute to the Model
Linearization'. You can add your own description to the query object using this
property.
Usage
After creating a linqueryContributesToLinearization query object, you can:
- Find all the blocks in a LinearizationAdvisor object that numerically contribute to
the model linearization result by using the
linqueryContributesToLinearization query directly with the find command. - Create a CompoundQuery object by logically combining the
linqueryContributesToLinearization query with other query objects.
Object Functions
find Find blocks in linearization results that match specific criteria
Examples
Find Blocks That Contribute to Linearization Result
Load the Simulink model.
mdl = 'scdspeed';
load_system(mdl)
Linearize the model, and obtain the LinearizationAdvisor object.
opts = linearizeOptions('StoreAdvisor',true);
io(1) = linio('scdspeed/throttle (degrees)',1,'input');
io(2) = linio('scdspeed/rad//s to rpm',1,'output');
17 Objects — Alphabetical List