SEMToSEMND:

Path: Orbit/OrbitCoord

% Scale position and velocity in SEM system (rotating or inertial) by
   distance and velocity units to make non-dimensional

   Since version 10.
--------------------------------------------------------------------------
   Form:
   [rND,vND] = SEMToSEMND( r, v )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r            (3,:)       Position vector in EMBR frame          
   v            (3,:)       Velocity vector in EMBR frame          
   -------
   Outputs
   -------
   rND           (3,:)       Position vector in ECI frame
   vND           (3,:)       Velocity vector in ECI frame
--------------------------------------------------------------------------

Children:

Common: Database/Constant

Back to the Orbit Module page