How can i linearize a nonlinear equation using simulink?
조회 수: 1 (최근 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
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
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
댓글 수: 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!