u, v, w =
enu2ecefv (e, n, u, lat, lon)
¶u, v, w =
enu2ecefv (e, n, u, lat, lon)
¶Convert vector projection(s) of local ENU coordinates to UVW (in ECEF coordinate frame).
Inputs:
Outputs:
Examples:
[u, v, w] = enu2ecefv (353.55, 757.11, 657.11, 45, -45) u = 200.00 v = 300.00 w = 1000.0
With radians
[u, v, w] = enu2ecefv (353.55, 757.11, 657.11, pi/4, -pi/4, "r") u = 200.00 v = 300.00 w = 1000.0
See also: ecef2enuv, enu2aer, enu2ecef, enu2geodetic, enu2uvw.
Package: mapping