enu2ecefv
Rotate local east-north-up vector to geocentric Earth-centered Earth-fixed
Description
Note
The enu2ecefv function is for rotating vectors. To
transform coordinate locations, use the enu2ecef function
instead.
[
returns vector components U,V,W]
= enu2ecefv(uEast,vNorth,wUp,lat0,lon0)U, V, and
W in a geocentric Earth-centered Earth-fixed (ECEF) system
corresponding to vector components uEast,
vNorth, and wUp in a local
east-north-up (ENU) system. Specify the origin of the system with the geodetic
coordinates lat0 and lon0. Each coordinate
input argument must match the others in size or be scalar.
[___] = enu2ecefv(___,
specifies the units for latitude and longitude. Specify
angleUnit)angleUnit as 'degrees' (the default) or
'radians'.