ned2aer
Transform local north-east-down coordinates to local spherical
Description
[
transforms the local north-east-down (NED) Cartesian coordinates
specified by az
,elev
,slantRange
]
= ned2aer(xNorth
,yEast
,zDown
)xNorth
,
yEast
, and zDown
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.
[___] = ned2aer(___,
specifies the units for azimuth and elevation. Specify
angleUnit
)angleUnit
as
'degrees'
(the default) or
'radians'
.