RealTimePlot:

Path: Common/Graphics

% Plot real time
 All data is stored in g so this function may be called multiple times.
--------------------------------------------------------------------------
   Form:
   g = RealTimePlot( action, y, t, g )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action      (1,:)    Action
   y           (:,1)    Vector to add to plot
   t           (1,1)    Time (sec)
   g           (:)      Data structure
                        .tLabel
                        .tLim   (1,2) [start stop]
                        .yLim   (:,2) [min max] if equal RealTimePlot will use [-1 1]
                        .yLabel {:}   Cell array with y labels
                        .page   {}    Cell array with indices to plots on each page
                        .title  {}    Title for each page                       

   -------
   Outputs
   -------
   g           (:)      Data structure

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

Children:

Common: General/CloseFigure
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS

Back to the Common Module page