- After selecting the "Linearization" tab that appears, proceed to the "Model Linearizer." This tool enables you to carry out linear analysis on nonlinear Simulink models.
- To define the part of the model you wish to linearize, you need to specify the analysis points for a signal. Signals can be marked by right-clicking on them and selecting "Linear Analysis Points," which helps to identify open-loop inputs and outputs. For further details on how to specify the model section to linearize, you may consult the following documentation: https://www.mathworks.com/help/slcontrol/ug/specify-portion-of-model-to-linearize-in-simulink-model.html
- Choose the "Pole-Zero Map" from the dropdown menu in the "Linearize" tab to view the pole-zero plot.
how to get pole - zero plot of a non linear simulink model?
조회 수: 10 (최근 30일)
이전 댓글 표시
how to get pole - zero plot of a non linear simulink model?
댓글 수: 0
답변 (1개)
nick
2023년 12월 20일
편집: nick
2023년 12월 20일
Hi Arathi,
I understand from your query that you are looking to obtain the pole-zero plot of a nonlinear model in Simulink. You can use the "Linearization Manager" app and the "Pole-Zero Plot" block available in Simulink to achieve that.
To achieve your goal, you can use the "Pole-Zero Plot" block within Simulink. This block linearizes the part of the model located between the specified linearization inputs and outputs, and then it generates a plot of the poles and zeros of the resulting linear system. The linearization inputs and outputs determine which section of the nonlinear Simulink model will be linearized. For more information about the "Pole-Zero Plot" block, you can refer to the following documentation: https://www.mathworks.com/help/slcontrol/ug/polezeroplot.html
Additionally, the "Linearization Manager" can be accessed under the "Apps" tab in Simulink.
For a comprehensive guide on linearizing a Simulink model at an operating point and generating a response plot, please refer to the following MathWorks documentation link:
Hope this helps,
Regards,
Neelanshu
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linearization Basics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!