LatLonToNEU:

Path: SpacecraftEstimation/DemoFuns

% Transformation matrix from EF to NEU.
--------------------------------------------------------------------------
   Form:
   mEFToNEU = LatLonToNEU( lat, lon )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   lat       (1,1)  Latitude (rad)
   lon       (1,1)  Longitude (rad)

   -------
   Outputs
   -------
   mEFToNEU	(3,3)	Transforms from earth fixed to north east up
--------------------------------------------------------------------------

Back to the SpacecraftEstimation Module page