How can i linearize a nonlinear equation using simulink?

2 Ansichten (letzte 30 Tage)
João Pedro Alves
João Pedro Alves am 9 Aug. 2021
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 Kommentar
Rhea Chandy
Rhea Chandy am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Siddharth Jawahar
Siddharth Jawahar am 6 Okt. 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

Kategorien

Mehr zu Linearization finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by