how to coding the system with pid controller?
Ältere Kommentare anzeigen
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.
Antworten (0)
Kategorien
Mehr zu PID Controller Tuning finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!