The model linearization is now nonzero.
To check if any blocks are still potentially problematic for linearization, extract the
advisor object, and use the advise function.
advisor2 = info.Advisor;
adv2 = advise(advisor2);
View the block diagnostic information.
getBlockInfo(adv2)
ans =
Troubleshoot Linearization Results at Command Line