代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/290898/8454734
m chap5_4plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time');ylabel('position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time');ylabel('control input');
figure(3);
cc=25
www.eeworm.com/read/290898/8454794
m chap5_5plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/290897/8454836
m chap4_3plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,E(:,1),'r',t,E(:,2),'b');
xlabel('time(s)');ylabel('E and estimated K'
www.eeworm.com/read/290897/8454864
m chap4_5plot.m
close all;
figure(1);
plot(t,d(:,1),'r');
xlabel('time(s)');ylabel('Disturbance');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(3);
p
www.eeworm.com/read/290897/8454880
m chap4_9plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,y(:,1)-y(:,2),'r');
xlabel('time(s)');ylabel('Position tracking error'
www.eeworm.com/read/290897/8454960
m chap4_8plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
www.eeworm.com/read/290896/8454995
m chap7_2plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,du(:,1),'r');
xlabel('time(s)');ylabel('Derivative of Control input');
www.eeworm.com/read/290896/8455033
m chap7_1plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,du(:,1),'r');
xlabel('time(s)');ylabel('Derivative of Control input');
www.eeworm.com/read/290797/8461280
m chap9_3plot.m
close all;
figure(1);
plot(t,x1(:,1),'r',t,x1(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,x1(:,1)-x1(:,2),'r');
xlabel('time(s)');ylabel('Position tracking er
www.eeworm.com/read/290797/8461288
m chap9_1plot.m
close all;
figure(1);
plot(t,r(:,1),'r',t,x(:,1),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('control 1');