AddDeltaModeToPlot:

Path: Common/Graphics

% Add mode changes to a plot.
--------------------------------------------------------------------------
   Form:
   AddDeltaModeToPlot( hAxis, oldMode, newMode, t, x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   hAxis       (1,1) Handle to axis
   oldMode     {:}   Old Modes
   newMode     {:}   New Modes
   t           (:,:) Time of mode transition
   x           (3,:) Location

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

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

Back to the Common Module page