experience and innovation

-------------------------------------------------------------------------------
   Plots a set of 2-D or 3-D vectors.
-------------------------------------------------------------------------------
   Form:
   PlotVector( v )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   v             (m,n)   Set of vectors, where m is the dimension (2 or 3), 
                         and n is the number of vectors
   fig            (1)    Figure handle (optional)
   color          (:)    Color of vector (optional, default white)

   -------
   Outputs
   -------
   none

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