Main Content
ecef2lla
Convert Earth-centered Earth-fixed (ECEF) coordinates to geodetic coordinates
Description
converts the
m-by-3 array of ECEF coordinates, lla
= ecef2lla(ecef)ecef
, to an
m-by-3 array of geodetic coordinates (latitude, longitude and
altitude), lla
. Units are in meters.
converts the coordinates for a specific ellipsoid planet. lla
= ecef2lla(ecef
,model
)
converts the coordinates for a custom ellipsoid planet defined by flattening,
lla
= ecef2lla(ecef
,f
,Re
)f
, and the equatorial radius, Re
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006b