代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/448343/6313091
m rbf_ge_plot.m
close all;
figure(1);
subplot(211);
plot(t,x(:,1),'r',t,x(:,3),'b');
xlabel('time(s)');ylabel('position tracking of x axis');
subplot(212);
plot(t,x(:,2),'r',t,x(:,4),'b');
xlabel('time(s)');
www.eeworm.com/read/407295/11422538
m ekfs_bot_demo.m
% Bearings Only Tracking (BOT) demonstration with EKF
% Copyright (C) 2002 Simo S鋜kk
www.eeworm.com/read/403568/11514718
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/403568/11514733
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/403568/11514746
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(
www.eeworm.com/read/403567/11514788
m chap3_8plot.m
close all;
figure(1);
subplot(211);
plot(t,x(:,1),'r',t,x(:,3),'b');
xlabel('time(s)');ylabel('position tracking of x axis');
subplot(212);
plot(t,x(:,2),'r',t,x(:,4),'b');
xlabel('time(s)');
www.eeworm.com/read/403567/11514789
m chap3_6plot.m
close all;
figure(1);
plot(t,x(:,1),'r',t,x(:,2),'b');
xlabel('time(s)');ylabel('position tracking for link');
figure(2);
plot(t,x(:,1)-x(:,2),'r');
xlabel('time(s)');ylabel('position tracki
www.eeworm.com/read/251528/12339589
m ekfs_bot_demo.m
% Bearings Only Tracking (BOT) demonstration with EKF
% Copyright (C) 2002 Simo S鋜kk
www.eeworm.com/read/231376/14237744
log cc_build_pal_display_only.log
---------------------- tracking.pjt - PAL_DISPLAY_ONLY ----------------------
The Build was Cancelled by the User
www.eeworm.com/read/214544/15097124
m rbf_ge_plot.m
close all;
figure(1);
subplot(211);
plot(t,x(:,1),'r',t,x(:,3),'b');
xlabel('time(s)');ylabel('position tracking of x axis');
subplot(212);
plot(t,x(:,2),'r',t,x(:,4),'b');
xlabel('time(s)');