eci2lla
Convert Earth-centered inertial (ECI) coordinates to latitude, longitude, altitude (LLA) geodetic coordinates
Syntax
Description
lla = eci2lla(
converts Earth-centered inertial (ECI) coordinates, specified by
position
,utc
,reduction
)position
, to latitude, longitude, altitude (LLA) geodetic
coordinates. The conversion is based on the specified reduction method and the Coordinated
Universal Time (UTC) you specify.
lla = eci2lla(
uses the difference between International Atomic Time and UTC that you specify as
position
,utc
,reduction
,deltaAT
)deltaAT
to calculate the ECI coordinates.
lla = eci2lla(
uses the difference between UTC and Universal Time (UT1), which you specify as
position
,utc
,reduction
,deltaAT
,deltaUT1
)deltaUT1
, in the calculation.
lla = eci2lla(
uses the polar displacement, position
,utc
,reduction
,deltaAT
,deltaUT1
,polarmotion
)polarmotion
, in the calculation.
lla = eci2lla(
uses additional options specified by one or more Name,Value pair arguments.position
,utc
,reduction
,deltaAT
,deltaUT1
,polarmotion
,Name,Value
)
Examples
Input Arguments
Version History
Introduced in R2014a