필터 지우기
필터 지우기

Draw tangent line in step response ?

조회 수: 4 (최근 30일)
Nguyen Trong Nhan
Nguyen Trong Nhan 2015년 11월 17일
답변: rupesh singh 2018년 8월 19일
Hi all. I'm designing the PID controller. When I have drawn my step response function. I need to draw a tangent line at the maximum slope point of step response to find T1, T2 for designing PID controller(like the picture). Could you help me to do this ? This is my code and step response result.
if true
clc
num = [0.25 0.10875];
den = [1 2.496 1.7992 0.325383 0.021463];
plant = tf(num,den);
step(plant)
end
clc
num = [0.25 0.10875];
den = [1 2.496 1.7992 0.325383 0.021463];
plant = tf(num,den);
step(plant)

답변 (1개)

rupesh singh
rupesh singh 2018년 8월 19일
why u all r doing bullshit provide correct code

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by