how to coding the system with pid controller?
1 次查看(过去 30 天)
显示 更早的评论
Hi, how to coding the system below in closed loop system with pid control?
x(:,:,i+1)=fdc(x(:,:,i),u(:,:,i),dt); %%open loop system
y(:,:,i+1)=H*x(:,i+1); %%measurement
Thank you.
0 个评论
回答(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!