Covert lat, lon, alt to ECEF Cartesian

Convert latitude, longitude,altitude to earth-centered, earth-fixed (ECEF) cartesian coordinate.
19,3K download
Aggiornato 1 lug 2005

Nessuna licenza

LLA2ECEF - convert latitude, longitude, and altitude to earth-centered, earth-fixed (ECEF) cartesian coordinates

USAGE:
[x,y,z] = lla2ecef(lat,lon,alt)

x = ECEF X-coordinate (m)
y = ECEF Y-coordinate (m)
z = ECEF Z-coordinate (m)
lat = geodetic latitude (radians)
lon = longitude (radians)
alt = height above WGS84 ellipsoid (m)

Notes: This function assumes the WGS84 model. Latitude is customary geodetic (not geocentric).

Source: "Department of Defense World Geodetic System 1984," Page 4-4. National Imagery and Mapping Agency. NIMA TR8350.2

Michael Kleder, July 2005

Cita come

Michael Kleder (2025). Covert lat, lon, alt to ECEF Cartesian (https://it.mathworks.com/matlabcentral/fileexchange/7942-covert-lat-lon-alt-to-ecef-cartesian), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0