代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/355337/10275163
m ekfs_bot_demo.m
% Bearings Only Tracking (BOT) demonstration with EKF
% Copyright (C) 2002 Simo S鋜kk
www.eeworm.com/read/355237/10284330
m ekfs_bot_demo.m
% Bearings Only Tracking (BOT) demonstration with EKF
% Copyright (C) 2002 Simo S鋜kk
www.eeworm.com/read/460712/7105387
m chap9_3plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
www.eeworm.com/read/460712/7105409
m chap9_8plot.m
close all;
figure(1);
subplot(211);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time');ylabel('Position tracking');
subplot(212);
plot(t,cos(t),'r',t,y(:,3),'b');
xlabel('time');ylabel('Speed tr
www.eeworm.com/read/460712/7105449
m chap7_11plot.m
close all;
figure(1);
subplot(311);
plot(t,gama(:,1),'r',t,gama(:,2),'b');
xlabel('time(s)');ylabel('Angle tracking of rolling');
subplot(312);
plot(t,Fai(:,1),'r',t,Fai(:,2),'b');
xlabel('ti
www.eeworm.com/read/460712/7105465
m chap7_5plot.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(:,2),'r',t,q(:,2),'b');
xlabel('time(s)'
www.eeworm.com/read/460712/7105491
m chap4_6plot.m
close all;
figure(1);
subplot(211);
plot(t,yd1(:,1),'r',t,y(:,1),'b');
xlabel('time(s)');ylabel('Position tracking for Link 1');
subplot(212);
plot(t,yd1(:,2),'r',t,y(:,2),'b');
xlabel('time(
www.eeworm.com/read/460712/7105506
m chap4_5plot.m
close all;
figure(1);
subplot(211);
plot(t,yd1(:,1),'r',t,y(:,1),'b');
xlabel('time(s)');ylabel('Position tracking for Link 1');
subplot(212);
plot(t,yd1(:,2),'r',t,y(:,2),'b');
xlabel('time(
www.eeworm.com/read/460712/7105519
m chap4_4plot.m
close all;
figure(1);
subplot(211);
plot(t,yd1(:,1),'r',t,y(:,1),'b');
xlabel('time(s)');ylabel('Position tracking for Link 1');
subplot(212);
plot(t,yd1(:,2),'r',t,y(:,2),'b');
xlabel('time(