代码搜索:Tracking

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

代码结果 2,832
www.eeworm.com/read/433114/8545539

m create_button4tracking.m

function button_handle=create_button4tracking(type_of_action) % Create a menu item to track cursor movements % % Written by: E. R.: August 31, 2003 % Last updated: January 8, 2004 % % b
www.eeworm.com/read/433114/8545669

m initiate_3d_tracking.m

function initiate_3d_tracking(matrix,x,y,xinfo,yinfo,zinfo,bool,axis_handle) % Initiate picking on a 2-d plot with with an implied z-component (matrix values) % % Written by: E. R.: September 14, 2003
www.eeworm.com/read/433114/8545724

m initiate_2d_tracking.m

function initiate_2d_tracking(xinfo,yinfo,bool) % Initiate picking on a 2-d plot (no z-component) % % Written by: E. R.: September 14, 2003 % Last updated: December 10, 2005: New condition for creatin
www.eeworm.com/read/284452/8928210

m create_button4tracking.m

function button_handle=create_button4tracking(type_of_action) % Create a menu item to track cursor movements % Written by: E. R.: August 31, 2003 % Last updated: January 8, 2004 % % but
www.eeworm.com/read/284452/8928296

m initiate_2d_tracking.m

function initiate_2d_tracking(xinfo,yinfo,bool) % Initiate picking on a 2-d plot (no z-component) % Written by: E. R.: September 14, 2003 % Last updated: December 10, 2005: New condition for creating
www.eeworm.com/read/282089/9121236

m structure_pdaf_tracking_demo.m

%function Structure_PDAF_Tracking_Demo % Tracking a moving point in 2D plane % State = (x xdot y ydot). We only observe (x y). close all,clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/282087/9121251

m imm_kalman_tracking_demo.m

%function IMM_Kalman_Tracking_Demo % Make a point move in the 2D plane % State = (x y xdot ydot). We only observe (x y). % Using Multiple Models % X(t+1) = F X(t) + noise(Q) % Y(t) = H X(t) + n