📄 getrgpo.m
字号:
function offset=getrgpo(time,rgpoMatrix)% GETRGPO Gets the false target offset at a particular time.% % offset=getrgpo(time,rgpoMatrix)% % offset = offset of false target from real target% time = time at which to find offset% rgpoMatrix = matrix formed from rgpo(t,dr)% % Author: Jason Moyle% Date: May 2008% % See also RGPOt=rgpoMatrix(1,:)dr=rgpoMatrix(2,:)offset=interp1(t,dr,time)end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -