How can I find Overshoot and Undershoot from graphic?
5 次查看(过去 30 天)
显示 更早的评论
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 ?


0 个评论
回答(1 个)
Bhaskar R
2020-2-7
disp(fdev(:, 1:2)); %display values of fdev of columns 1, 2 in command window
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Control System Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!