az, el, slantrange =
ecef2aer (x, y, z, lat0, lon0, alt0)
¶az, el, slantrange =
ecef2aer (…, spheroid)
¶az, el, slantrange =
ecef2aer (…, spheroid, angleUnit)
¶Convert Earth Centered Earth Fixed (ECEF) coordinates to local Azimuth, Elevation and slantRange (AER) coordinates.
Inputs:
All these coordinated must be either scalars or vectors or nD-arrays in which case all must have the same dimensions.
Outputs:
Example:
[az, el, slantrange] = ecef2aer (660930.192761082, -4701424.22295701, ... 4246579.60463288, 42, -82, 200, "wgs84") az = 33.000 el = 70.000 slantrange = 1000.00
With radians:
[az, el, slantrange] = ecef2aer (660930.192761082,-4701424.22295701, ... 4246579.60463288, 0.73304, -1.4312, 200, ... "wgs84", "rad") az = 0.57596 el = 1.2217 slantrange = 1000.0
See also: aer2ecef, ecef2enu, ecef2enuv, ecef2geodetic, ecef2ned, ecef2nedv, referenceEllipsoid.
Package: mapping