For simple transfer function getting different result in matlab code and simulink for same pid values.
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Mischa Kim
on 2 Dec 2016
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 Comments
See Also
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!