How can I find Overshoot and Undershoot from graphic?

조회 수: 28 (최근 30일)
Zumre Yenen Yilmaz
Zumre Yenen Yilmaz 2020년 2월 7일
댓글: Bhaskar R 2020년 2월 10일
Hello,
Power System Model is established in Matlab/Simulink and the algorithm is coded in Matlab/M-file environment. The values in the workspace below are used to draw the graph. For example, I used "plot(fdev(:,1),fdev(:,2))" for to draw graph. I want to see Overshoot and Undershoot values in Command Window. How can I write code for find this Overshoot and Undershoot ?
Workspace.jpg
fdev2.jpg

답변 (1개)

Bhaskar R
Bhaskar R 2020년 2월 7일
disp(fdev(:, 1:2)); %display values of fdev of columns 1, 2 in command window
  댓글 수: 2
Zumre Yenen Yilmaz
Zumre Yenen Yilmaz 2020년 2월 10일
Thank you for answer. But I want to find Overshoot and Undershoot. What should I do ?
Bhaskar R
Bhaskar R 2020년 2월 10일
This can help you if you are able to creation of State-Space Model
Note: You should have the MATLAB toolbox "Control System Toolbox"

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by