geodetic2aer
Transform geodetic coordinates to local spherical
Syntax
Description
[
transforms the geodetic coordinates specified by
az
,elev
,slantRange
]
= geodetic2aer(lat
,lon
,h
,lat0
,lon0
,h0
,spheroid
)lat
, lon
, and
h
to the local azimuth-elevation-range
(AER) spherical coordinates specified by az
,
elev
, and
slantRange
. Specify the origin of the
local AER 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.
[
specifies the units for latitude, longitude, azimuth, and elevation.
Specify az
,elev
,slantRange
] = geodetic2aer(___,angleUnit
)angleUnit
as
'degrees'
(the default) or
'radians'
.