State Plane System (USA)

Conversion between State Plane System and Geographic Coordinates
269 descargas
Actualizado 4 jul 2016

Ver licencia

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

Citar como

Markus Penzkofer (2024). State Plane System (USA) (https://www.mathworks.com/matlabcentral/fileexchange/57991-state-plane-system-usa), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

additions to the description