PlotV:
-------------------------------------------------------------------------------
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;...]
-------------------------------------------------------------------------------
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: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS