sec2rad.m

来自「gps matlab 仿真程序(A collection of geodetic」· M 代码 · 共 8 行

M
8
字号
function rad=sec2rad(sec)% SEC2RAD  Converts seconds of arc to radians. Vectorized.% Version: 2 Feb 98% Useage:  rad=sec2rad(sec)% Input:   sec - vector of angles in seconds of arc% Output:  rad - vector of angles in radiansrad=sec.*pi./180./3600;

⌨️ 快捷键说明

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