PlotZermelo:

Path: Orbit/Optimization

% Propagate and plot the Zermelo trajectory.

--------------------------------------------------------------------------
   Form:
   [xF, xFErr] = PlotZermelo( lambda, d, units, plotTitle  )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   lambda         (2,1)  Costates
   d              (1,1)  Structure to pass to fun
   units          (1,:)  Units for position
   plotTitle      (1,:)  Plot title

   -------
   Outputs
   -------
   xF             (:,1)  Achieved State
   xFErr          (:,1)  State Error

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

Children:

Common: Graphics/Plot2D
Common: Graphics/TimeLabl

Back to the Orbit Module page