How to get the peak overshoot from simulink ?

조회 수: 7 (최근 30일)
CHEW Yen LI
CHEW Yen LI 2021년 6월 5일
답변: Chidvi Modala 2021년 6월 8일
HI, sorry for interrupt , can I know how to get the peak overshoot from simulink ? I know that we can use the workspace block on the simulink to tranfer the graph to the workspace but after that how can I find the peak overshoot ? hope any poeple that are good in this can provide me a help

답변 (1개)

Chidvi Modala
Chidvi Modala 2021년 6월 8일
If you have Control System Toolbox, you can use stepinfo. For example, If you save the data in "structure with time format" as "var", you may use something like below
stepinfo(var.signals.values, var.time)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by