📄 noselocation.m
字号:
%% Author: epokh
%% Website: www.epokh.org/drupy
%% This software is under GPL
function heading=NoseLocation(position,bw)
theta=position(3);
hx = position(1) + bw/2 * cos(theta);
hy = position(2) + bw/2 * sin(theta);
heading=[hx,hy];
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -