Simulation of PID without simulink
이전 댓글 표시
Hello!
I am trying to simulate a plant and I cannot simulate output of PID controller. I got PID object by
pidtude(sys, type)
Method returned me a discrete time PID controller just as I wanted, but the problem is that
y = lsim(sys, u)
function cannot be used to simulate response of improper transfer function systems. Is there any other method which can I use to simulate response of pid object knowing input vector? I prefer not using simulink.
Thank you,
Maksym Zawrotny
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interactive and Graphical Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!