代码搜索:Tracking

找到约 2,832 项符合「Tracking」的源代码

代码结果 2,832
www.eeworm.com/read/331559/12820832

m chap5_6plot.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/331559/12821294

m chap4_6plot.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/331559/12821349

m chap4_7plot.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/139250/13170420

c curs9.c

/*************************************************************************/ /* */ /* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/325882/13177381

m chap9_2plot.m

close all; figure(1); plot(t,r(:,1),'r',t,x(:,1),'b'); xlabel('time(s)');ylabel('Position tracking of x11'); figure(2); plot(t,u(:,1),'r'); xlabel('time(s)');ylabel('control 1'); figure(3);
www.eeworm.com/read/325882/13177504

m chap5_6plot.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/325882/13177815

m chap4_6plot.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/325882/13177882

m chap4_7plot.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/322418/13380523

m plot.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/303058/13822644

m ekfs_bot_demo.m

% Bearings Only Tracking (BOT) demonstration with EKF % Copyright (C) 2002 Simo S鋜kk