getBlockInfo
Package: linearize.advisorObtain diagnostic information for block linearizationsWhen 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 BlocksLoad Simulink model.15 Alphabetical List