Files
2022-06-08 22:59:59 +05:30

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)