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