Transform local east-north-up coordinates to geodetic
[
transforms the local east-north-up (ENU) Cartesian coordinates specified by
lat
,lon
,h
]
= enu2geodetic(xEast
,yNorth
,zUp
,lat0
,lon0
,h0
,spheroid
)xEast
, yNorth
, and
zUp
to the geodetic coordinates specified by
lat
, lon
, and h
.
Specify the origin of the local ENU system with the geodetic coordinates
lat0
, lon0
, and
h0
. Each coordinate input argument must match the others
in size or be scalar. Specify spheroid
as the reference
spheroid for the geodetic coordinates.
[___] = enu2geodetic(___,
specifies the units for latitude and longitude. Specify
angleUnit
)angleUnit
as 'degrees'
(the default) or
'radians'
.