代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/460712/7105456
m chap7_1plot.m
close all;
figure(1);
subplot(211);
plot(t,y1(:,1),'r',t,y1(:,2),'b');
xlabel('time(s)');ylabel('Position tracking of joint 1');
subplot(212);
plot(t,y2(:,1),'r',t,y2(:,2),'b');
xlabel('time(
www.eeworm.com/read/460712/7105463
m chap7_9plot.m
close all;
figure(1);
subplot(211);
plot(t,qd(:,1),'r',t,q(:,1),'b');
xlabel('time(s)');ylabel('position tracking of link 1');
subplot(212);
plot(t,qd(:,4),'r',t,q(:,3),'b');
xlabel('time(s)'
www.eeworm.com/read/460712/7105467
m chap7_8plot.m
close all;
figure(1);
subplot(211);
plot(t,qd(:,1),'r',t,q(:,1),'b');
xlabel('time(s)');ylabel('position tracking of link 1');
subplot(212);
plot(t,qd(:,4),'r',t,q(:,3),'b');
xlabel('time(s)'
www.eeworm.com/read/460712/7105469
m chap7_4plot.m
close all;
figure(1);
subplot(211);
plot(t,y1(:,1),'r',t,y1(:,2),'b');
xlabel('time(s)');ylabel('Position tracking of joint 1');
subplot(212);
plot(t,y2(:,1),'r',t,y2(:,2),'b');
xlabel('time(
www.eeworm.com/read/460712/7105470
m chap7_12plot.m
close all;
figure(1);
subplot(211);
plot(t,y(:,1));xlabel('time(sec)');ylabel('Flight hight tracking');
subplot(212);
plot(t,y(:,4));xlabel('time(sec)');ylabel('Pitching angle tracking');
www.eeworm.com/read/460712/7105474
m chap7_13plot.m
close all;
figure(1);
subplot(211);
plot(t,y(:,1));xlabel('time(sec)');ylabel('Flight hight tracking');
subplot(212);
plot(t,y(:,4));xlabel('time(sec)');ylabel('Pitching angle tracking');
www.eeworm.com/read/460712/7105476
m chap7_3plot.m
close all;
figure(1);
subplot(211);
plot(t,y1(:,1),'r',t,y1(:,2),'b');
xlabel('time(s)');ylabel('Position tracking of joint 1');
subplot(212);
plot(t,y2(:,1),'r',t,y2(:,2),'b');
xlabel('time(
www.eeworm.com/read/460712/7105498
m chap4_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,y(:,1)-y(:,2),'r');
xlabel('time(s)');ylabel('Position tracking error'
www.eeworm.com/read/460712/7105511
m chap4_9plot.m
close all;
figure(1);
subplot(211);
plot(t,yd1(:,1),'r',t,y(:,1),'b');
xlabel('time(s)');ylabel('Position tracking 1');
subplot(212);
plot(t,yd2(:,1),'r',t,y(:,3),'b');
xlabel('time(s)');ylab
www.eeworm.com/read/460712/7105529
m chap4_7plot.m
close all;
figure(1);
subplot(211);
plot(t,yd1(:,1),'r',t,y(:,1),'b');
xlabel('time(s)');ylabel('Position tracking 1');
subplot(212);
plot(t,yd2(:,1),'r',t,y(:,3),'b');
xlabel('time(s)');ylab