Problems with linearization (trim and linmod function)
4 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a nonlinear simulink system which I would like to linearize. However, no analytical solutions is findable due to non integer exposant a little bit everywhere.
So I tried to linearized it by using the trim function followed by the linmod functions :
[X_trim,U_trim]=trim('model',xss,Iq,2,[],iy); [A,B,C,D]=linmod('model',X_trim,U_trim);
This give results...but when I want to compare both models, the results are not the same !! There is a slight mistake between the models and I would like to mitigate as much as possible this mistake. It's as if the trim point of the nonlinear system are not the same as the trim point of the linear one. I tried to use the trim point to create the Jacobian estimated at trim points but it gives the same mistake.
It drives me crazy. If someone can help, I begging him to help me.
Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linearization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!