QUIVERTOGRAPH Converts quiver data to quad mesh.

   [V E] = quiverToGraph(x, y, dx, dy)
   x, y, dx and dy are matrices the same dimension, typically ones used
   for display using 'quiver'.
   V and E are vertex coordinates, and edge vertex indices of the graph
   joining end points of vector arrows.

   Example
   quiverToGraph

   See also

Package: matgeom