PlotV:

Path: Common/Graphics

% Draws plots of a set of 3*m-by-n vectors in 3D axes. 
 To plot more than one vector, stack them:

   x = [ x1;x2;...]

 Does not draw vectors from the origin but rather plots the sequence of
 the vector tips. See MAPControlSim for an example. Type PlotV for a demo.
--------------------------------------------------------------------------
   Form:
   PlotV( x, xLbl, yLbl, zLbl, figTitle )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (3*m,n)   Vectors
   xLbl                  X label
   yLbl                  Y label
   zLbl                  Z label
   figTitle              Figure title

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

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

Children:

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

Back to the Common Module page