For simple transfer function getting different result in matlab code and simulink for same pid values.
4 次查看(过去 30 天)
显示 更早的评论
Hi, any body is having answer for following problem:
I am Getting different results while simulting Step response for simple transfer function g= (23.2)/(0.13 s^2 + s) in matlab code and simulink with PID controller (p=1.4175e+03 i=1.5559e+03 d=158.1210). I have attached both results: Fig1 by using matlab step command for plant and controller, whereas fig2 for simulink with same plant and controller.
0 个评论
回答(1 个)
Mischa Kim
2016-12-2
Sadeep, Fig 1. looks very much like the step input (rather than the step response). Compare this figure to
g = tf(1,1)
g =
1
Static gain.
step(g)
Please post your MATLAB code so we can help.
0 个评论
另请参阅
类别
在 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!