You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Matthew (2026). Convert Latitude/Longitude (https://www.mathworks.com/matlabcentral/fileexchange/36441-convert-latitude-longitude), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (3.31 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
