mirror of
https://github.com/NickNair/Adaptive-PID-controller.git
synced 2026-02-08 03:41:35 +08:00
4 lines
110 B
Matlab
4 lines
110 B
Matlab
yd = [ 2.1*ones(1,100) 3.5*ones(1,100) 2*ones(1,100) 3*ones(1,100)];
|
|
[y,x,i] = nonlinearsystem(yd);
|
|
|
|
plot(x,y) |