BarPlot:

Path: Common/Graphics

% Creates a bar plot of x.
 x(k) is assumed held constant from k to k+1. Plots on the current axes.

 Type BarPlot for a demo.
--------------------------------------------------------------------------
   Form:
   BarPlot( x, y )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x              (1,n)    X-value
   y              (1,n-1)  Y-value

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

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

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Common Module page