Files
matlab-learning/rad2dms.m
2025-11-17 11:16:02 +08:00

2 lines
51 B
Matlab

function radv=rad2dms(dv)
radv=rem(dv*pi/180,2*pi);