- "findop" function - https://www.mathworks.com/help/slcontrol/ug/findop.html
- Simulation Snapshots - https://www.mathworks.com/help/slcontrol/ug/steady-state-operating-points-from-simulation.html
- "linearize" function - https://www.mathworks.com/help/slcontrol/ug/linearize.html
how can i linearize a simulink non linear system in one or more equilbria?
조회 수: 6 (최근 30일)
이전 댓글 표시
I have a non linear system in simulink and using linear analysis I managed to linearize it, but i'm not able to assign the equilibrium in which i need to linearize my system
댓글 수: 0
답변 (1개)
Ayush Modi
2024년 1월 17일
Hi Gabriele,
As per my understanding, you are able to linearize a non linear "Simulink" system at the default operating point defined in the model. However, you are not able to assign the specific equilibrium to linearize the system. You can compute a steady-state operating point (or equilibrium operating point) using simulation snapshots or "findop" function from Simulink Control Design.
Once, the operating point of the system has been successfully computed, you can linearize the model using "linearize' function. Here is an example to demonstrate how you can achieve the same:
linsys = linearize(model,io,specified_operating_point)
Please refer to the following MathWorks documentation for more information on:
Hope this helps!
댓글 수: 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!