AttitudeFrames:

Path: Orbit/Visualization

% Draw attitude frames. You can add these to any 3D picture.
   Draws and labels the ECI, LVLH, and Body frames. Also draws a sun vector
   using SunV1 for ephemeris.
--------------------------------------------------------------------------
   Form:
   AttitudeFrames( r, v, qECIToBody, jD, len )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r          (3,1) Position vector
   v          (3,1) Position vector
   qECIToBody (4,1) ECI to body quaternion
   jD         (1,1) Julian date
   len        (1,1) Length of the axes

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------