definedrift.m

来自「ESTIMATION OF AIRCRAFT TRAJECTORY FROM I」· M 代码 · 共 6 行

M
6
字号
% Give the background a drift motion and add in the target
xoff = 10;
yoff = 10;     % Sensor location is offset from the 0,0 of the background
driftx = 1;
drifty = 1;    % drift rate of the background in x and y directions pix/sec.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?