代码搜索:Tracking

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

代码结果 2,832
www.eeworm.com/read/228977/14356429

m flying_airplane_localization_tracking_multiple_node_fusion.m

%% Target Localization; %% 2005-11-17;MaDengYong; clc; clear all; close all; Vxy=[0 200;200 0;100 100;100 200;100 0;200 200;0 0]; x190=0;y190=200; x193=200;y193=0; x195=100;y195=200; x196
www.eeworm.com/read/191801/8421776

html chpt7.html

www.eeworm.com/read/290898/8454754

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/290897/8454849

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);