Simulink Control Design™ - MathWorks

(Tuis.) #1

getBlockInfo


Package: linearize.advisor

Obtain diagnostic information for block linearizations

When you linearize a Simulink model, you can create a LinearizationAdvisor object
that contains diagnostic information about individual block linearizations. You can
troubleshoot your linearization results by reviewing this diagnostic information. To access
the diagnostic information, use the getBlockInfo function.

Syntax


blockInfo = getBlockInfo(advisor)
blockInfo = getBlockInfo(advisor,block)
blockInfo = getBlockInfo(advisor,index)

Description


blockInfo = getBlockInfo(advisor) returns the diagnostic information for all
blocks listed in the LinearizationAdvisor object, advisor.

blockInfo = getBlockInfo(advisor,block) returns diagnostic information for
blocks with block paths specified in block.

blockInfo = getBlockInfo(advisor,index) returns diagnostic information for
blocks with indices specified in index.

Examples


Obtain Diagnostics for Potentially Problematic Blocks

Load Simulink model.

15 Alphabetical List

Free download pdf