How can i linearize a nonlinear equation using simulink?

2 次查看(过去 30 天)
Im trying to control the velocity of a car and for that i need to linearize this function.
For this im trying to use the Control Design Analysis but simulink is giving me this error
And my model is this
0.5 is the u (entry) of model, and varies from 0 to 1.
Im trying to get the transfer function from this model.
Please someone help me
  1 个评论
Rhea Chandy
Rhea Chandy 2021-8-23
Hi,
Can you provide more information on the steps you're taking to linearize the model? For example, are you using Model Linearizer app to linearize the function, or the linearize function?
For the transfer function, you can consider using getLoopTransfer to get the open loop transfer function at specific points.

请先登录,再进行评论。

回答(1 个)

Siddharth Jawahar
Siddharth Jawahar 2021-10-6
Hi Joao,
From the error message it looks like you are running into linearization issues with your Simulink model with the returned system linearized to zero. I would like to point out that Simulink Control Design has the 'linearization advisor' within the Model Linearizer app or using the command line workflow to debug such issues.
Please try to use the documentation pages below to understand this functionality and understand how you can get out a LTI representation of your model:
https://www.mathworks.com/help/slcontrol/troubleshooting-linearization-results.html?s_tid=CRUX_lftnav
HTH,
Sid

类别

Help CenterFile Exchange 中查找有关 Linearization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by