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 (2025). Convert Latitude/Longitude (https://www.mathworks.com/matlabcentral/fileexchange/36441-convert-latitude-longitude), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Mathematics and Optimization > Mapping Toolbox > Geometric Geodesy > Lengths and Angles >
- Radar > Mapping Toolbox > Geometric Geodesy > Lengths and Angles >
Help Center 및 MATLAB Answers에서 Lengths and Angles에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!convert_lon_lat/
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |