Simulink Control Design™ - MathWorks

(Tuis.) #1

linqueryAllBlocks


Query object for finding all linearized blocks

Description


linqueryAllBlocks creates a custom query object for finding all the linearized blocks
listed in a LinearizationAdvisor object.

When you linearize a Simulink model, you can create a LinearizationAdvisor object
that contains diagnostic information about individual block linearizations. To find block
linearizations that satisfy specific criteria, you can use the find function with custom
query objects. Alternatively, you can analyze linearization diagnostics using the
Linearization Advisor in the Linear Analysis Tool. For more information on finding specific
blocks in linearization results, see “Find Blocks in Linearization Results Matching Specific
Criteria” on page 4-55.

When you use this query object with the find command, the LinearizationAdvisor
object returned by find contains the same blocks as the input LinearizationAdvisor
object. Therefore, it is not necessary to use linqueryAllBlocks. This command is a
utility function used by the Linearization Advisor in the Linear Analysis Tool.

Creation


Syntax


query = linqueryAllBlocks

Description


query = linqueryAllBlocks creates a query object for finding all the linearized
blocks listed in a LinearizationAdvisor object.

17 Objects — Alphabetical List

Free download pdf