State Plane System (USA)
Version 1.0.0.0 (22 KB) by
Markus Penzkofer
Conversion between State Plane System and Geographic Coordinates
2 main functions for each conversion direction:
function [E, N, C, K, S, P] = LatLongToStatePlane(lat, lon, ICODE)
function [lat, lon, C, K, S, P] = StatePlaneToLatLong(E, N, ICODE)
suitable for each US American State
lat, lon: geographic coordinates; E, N: projection coordinates; ICODE denotes the NAD83 Code
additional parameters: C: Convergence, K: Scale Factor, S: State Plane No., P: Projection Type
Cite As
Markus Penzkofer (2026). State Plane System (USA) (https://www.mathworks.com/matlabcentral/fileexchange/57991-state-plane-system-usa), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Coordinate Reference Systems >
- Radar > Mapping Toolbox > Coordinate Reference Systems >
Find more on Coordinate Reference Systems in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | additions to the description |
