Simulink Control Design™ - MathWorks

(Tuis.) #1

Diagnostic information for potentially problematic blocks in linearization results, returned
as a LinearizationAdvisor object. result contains linearization diagnostic
information for any blocks in advisor that are on the linearization path and satisfy at
least one of the following criteria:



  • Have diagnostic messages regarding the block linearization

  • Linearize to zero

  • Have substituted linearizations


Algorithms


Calling the advise function is equivalent to performing the following custom query with
the find function:


qPath = linqueryIsOnPath;
qZero = linqueryIsZero;
qBlkRep = linqueryIsBlockSubstituted;
qDiags = linqueryHasDiagnostics;


q = qPath & (qZero | qDiags | qBlkRep);


advisor_new = find(advisor,q);


See Also


Apps
Linear Analysis Tool


Functions
find | getBlockInfo | getBlockPaths | highlight


Objects
LinearizationAdvisor


Topics
“Troubleshoot Linearization Results at Command Line” on page 4-42
“Identify and Fix Common Linearization Issues” on page 4-9


advise
Free download pdf