To understand why these blocks are not contributing to the linearization, view their
corresponding block diagnostic information. For example, obtain the diagnostic
information for the second Trigonometric Function block.
diag = getBlockInfo(adv2,2)
diag =
Linearization Diagnostics for scdpendulum/pendulum/Trigonometric Function with properties:
IsOnPath: 'Yes'
ContributesToLinearization: 'No'
LinearizationMethod: 'Perturbation'
Linearization: [1x1 ss]
OperatingPoint: [1x1 linearize.advisor.BlockOperatingPoint]
View the linearization of this block.
diag.Linearization
ans =
Troubleshoot Linearization Results at Command Line