Main Content
aer2ned
Transform local spherical coordinates to local north-east-down
Description
[
transforms the local spherical azimuth-elevation-range (AER) coordinates specified
by xNorth
,yEast
,zDown
]
= aer2ned(az
,elev
,slantRange
)az
, elev
, and
slantRange
to the local north-east-down (NED) coordinates
specified by xNorth
, yEast
, and
zDown
. Both coordinate systems use the same local origin.
Each input argument must match the others in size or be scalar.
[___] = aer2ned(___,
specifies the units for azimuth and elevation. Specify
angleUnit
)angleUnit
as 'degrees'
(the default) or
'radians'
.