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