enu2aer
Transform local east-north-up coordinates to local spherical
Description
[
transforms the local east-north-up (ENU) Cartesian coordinates specified by
az
,elev
,slantRange
]
= enu2aer(xEast
,yNorth
,zUp
)xEast
, yNorth
, and
zUp
to the local azimuth-elevation-range (AER) spherical
coordinates specified by az
, elev
, and
slantRange
. Both coordinate systems use the same local
origin. Each input argument must match the others in size or be scalar.
[___] = enu2aer(___,
specifies the units for azimuth and elevation. Specify
angleUnit
)angleUnit
as 'degrees'
(the default) or
'radians'
.