rad2sec.m
来自「gps matlab 仿真程序(A collection of geodetic」· M 代码 · 共 8 行
M
8 行
function sec=rad2sec(rad)% RAD2SEC Converts radians to seconds of arc.% Version: 18 Jan 96% Useage: sec=rad2sec(rad)% Input: rad - angle in radians% Output: sec - angle in seconds of arcsec=rad.*180*3600/pi;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?