Convert Latitude/Longitude

버전 1.0.0.0 (3.31 KB) 작성자: Matthew
Convert Latitude/Longitude between Degrees/Minutes/Seconds to/from Decimal
다운로드 수: 561
업데이트 날짜: 2012/4/30

라이선스 보기

Two simple functions for converting latitude and longitude between decimal degrees and degrees, minutes, and seconds.

Example:

degrees_minutes = degreesDecimalToMinutes(23.554)
degrees_minutes =
23.0000 33.0000 14.4000

degrees_minutes = [-130,40,2.5]
degrees = degreesMinutesToDecimal([130,40,2])
degrees =
130.6672

인용 양식

Matthew (2024). Convert Latitude/Longitude (https://www.mathworks.com/matlabcentral/fileexchange/36441-convert-latitude-longitude), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0