ecefOffset
Cartesian ECEF offset between geodetic coordinates
Syntax
Description
[
     returns the Earth-Centered Earth-Fixed (ECEF) Cartesian offset between the geodetic coordinates
     specified by deltaX,deltaY,deltaZ]
= ecefOffset(spheroid,lat1,lon1,h1,lat2,lon2,h2)lat1, lon1, and h1
     and the coordinates specified by lat2, lon2, and
      h2. Specify spheroid as the reference spheroid for
     the geodetic coordinates.
[] = ecefOffset(___,,
     where angleUnit)angleUnit is 'radians', specifies the units for
     latitude and longitude as radians. If you do not specify an angle unit, then latitude and
     longitude are in degrees.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2012bSee Also
geodetic2ecef | ecef2geodetic | oblateSpheroid | referenceEllipsoid | referenceSphere