代码搜索:Tracking

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

代码结果 2,832
www.eeworm.com/read/460712/7105955

m chap6_3plot.m

close all; L1=-5; L2=5; L=L2-L1; T=L*1/1000; x=L1:T:L2; figure(1); for i=1:1:9 gs=-0.5*(x+2-(i-1)*0.5).^2; u=exp(gs); hold on; plot(x,u); end xlabel('x');ylabel('Membersh
www.eeworm.com/read/460712/7105957

m chap6_8plot.m

close all; figure(1); plot(t,y1(:,1),'r',t,y1(:,2),'b'); xlabel('time(s)');ylabel('position tracking in X axis'); figure(2); plot(t,y2(:,1),'r',t,y2(:,2),'b'); xlabel('time(s)');ylabel('posi
www.eeworm.com/read/460712/7105973

m chap3_5plot.m

close all; figure(1); plot(t,x1(:,1),'r',t,x1(:,2),'b'); xlabel('time(s)');ylabel('position tracking for link 1'); figure(2); plot(t,x2(:,1),'r',t,x2(:,2),'b'); xlabel('time(s)');ylabel('pos
www.eeworm.com/read/460712/7105981

m chap3_7plot.m

close all; figure(1); plot(t,x1(:,1),'r',t,x1(:,2),'b'); xlabel('time(s)');ylabel('position tracking for link 1'); figure(2); plot(t,x2(:,1),'r',t,x2(:,2),'b'); xlabel('time(s)');ylabel('pos
www.eeworm.com/read/460712/7105994

m chap3_9plot.m

close all; figure(1); subplot(211); plot(t,x1(:,1),'r',t,x1(:,2),'b'); xlabel('time(s)');ylabel('position tracking for link 1'); subplot(212); plot(t,x2(:,1),'r',t,x2(:,2),'b'); xlabel('time(
www.eeworm.com/read/460712/7106005

m chap3_10plot.m

close all; figure(1); plot(t,x(:,1),'r',t,x(:,2),'b'); xlabel('time(s)');ylabel('position tracking'); figure(2); plot(t,w,'r'); xlabel('time(s)');ylabel('w'); figure(3); plot(t,u,'r');
www.eeworm.com/read/460712/7106007

m chap3_4plot.m

close all; figure(1); plot(t,x(:,1),'r',t,x(:,2),'b'); xlabel('time(s)');ylabel('position tracking'); figure(2); plot(t,tol1(:,1),'r'); xlabel('time(s)');ylabel('tol1'); figure(3); plot(
www.eeworm.com/read/362924/7139030

m chap5_4plot.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/394174/7154301

m chap5_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/333209/7154870

m bot_demo_all.m

% Bearings Only Tracking (BOT) demonstration with EKF1,EKF2 and UKF % Copyright (C) 2002, 2003 Simo S鋜kk