Extract state space from Simulink - Blocks without pre-programmed exact Jacobian
显示 更早的评论
Hello people,
I am trying to extract the state space of the 'sldemo_autotrans' demo in Simulink. This file includes some look-up tables and a state flow. when I am trying to linearise that model using the 'linear analysis' tool, I am receiving a response that does not make sense. I use snapshots that the model has reached a steady state.
The diagnostic messages in the linear analysis tool return me the following message: “7 block(s) without pre-programmed exact Jacobian (linearized using numerical approximation)”
Does anyone have any ideas about that?
Thank you in advance!
采纳的回答
更多回答(1 个)
Kaustubha Govind
2012-2-27
0 个投票
I don't know a lot about linearization, but here are some linearization methods. I believe the Linear Analysis Tool tried to perform numerical approximations for blocks that provide an exact Jacobian (a representation that is a numerical approximation of the block behavior). However, not all blocks may be able to provide such an approximation, in which case a perturbation based method is used for those blocks. However, the perturbation method yields results that are sensitive to the operating point, so you may need to look more closely to see how you should move your operating point or change the level of perturbation. See Troubleshooting Linearization for more information.
类别
在 帮助中心 和 File Exchange 中查找有关 Physical Units 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!