How can i linearize a nonlinear equation using simulink?

1 view (last 30 days)
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 Comment
Rhea Chandy
Rhea Chandy on 23 Aug 2021
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.

Sign in to comment.

Answers (1)

Siddharth Jawahar
Siddharth Jawahar on 6 Oct 2021
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

Categories

Find more on Linearization in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!