ecef2nedv
Rotate geocentric Earth-centered Earth-fixed vector to local north-east-down
Description
Note
The ecef2nedv function is for rotating vectors. To
transform coordinate locations, use the ecef2ned function
instead.
[
returns vector components uNorth,vEast,wDown]
= ecef2nedv(U,V,W,lat0,lon0)uNorth, vEast,
and wDown in a local north-east-down (NED) system corresponding
to vector components U, V, and
W in a geocentric Earth-centered Earth-fixed (ECEF) 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.
[___] = ecef2nedv(___,
specifies the units for latitude and longitude. Specify
angleUnit)angleUnit as 'degrees' (the default) or
'radians'.