代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/439271/7713494
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/439271/7713550
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/439271/7713566
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/439271/7713681
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/439271/7713703
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/439271/7713729
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/439271/7713730
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/438673/7728497
h tracker.h
//-*- C++ -*-
// Copyright 2008 Isis Innovation Limited
//
// This header declares the Tracker class.
// The Tracker is one of main components of the system,
// and is responsible for determining the
www.eeworm.com/read/331559/12820717
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);