why u all r doing bullshit provide correct code
Draw tangent line in step response ?
3 次查看(过去 30 天)
显示 更早的评论
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)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/151861/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/151862/image.jpeg)
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!