LocalOptimalSim:

% Simulate a heliocentric locally optimal trajectory.
   You can simulate any one of four types. You can also change the direction, 
   i.e. increase or decrease the element in question.
   This uses the control laws developed in McInnes and is designed to exactly
   duplicate the images in his book, Fig. 4.19, 4.20, 4.22, and 4.24, however
   there some inconsistencies between the sail properties listed in the text
   and the graphics. 

   Functions demonstrated:
       ConeClockConvention
       LocallyOptimalTraj
       FSailGuidance

   The ascending node and inclination plots also shown the analytical increase
   expected in these elements for the given sail acceleration and orbit (red).

   Since version 7.
  ------------------------------------------------------------------------
   Reference: Colin R. McInnes, "Solar Sailing: Technology, Dynamics and Mission
              Applications", Springer Praxis, London, 1999, pp. 136-148. 
  ------------------------------------------------------------------------
  See also IConv, Constant, InformDlg, NewFig, Plot2D, TimeLabl, 
  UnwrapPhase, El2RV, M2Nu, Period, RV2El, RVFromKepler, 
  ConeClockConvention, delta, LocallyOptimalTraj, FSailGuidance
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
   Copyright (c) 2005 Princeton Satellite Systems, Inc.
   All rights reserved.
-------------------------------------------------------------------------------

Children:

Common: Database/Constant
Common: Graphics/InformDlg
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Math: Trigonometry/UnwrapPhase
OrbitMiniToolbox: Support/El2RV
OrbitMiniToolbox: Support/M2Nu
SC: BasicOrbit/Period
SC: BasicOrbit/RV2El
SC: BasicOrbit/RVFromKepler
Sail: Coordinates/ConeClockConvention
Sail: Guidance/LocallyOptimalTraj
Sail: OrbitDynamics/FSailGuidance