When sending column vectors as arguments to ge_quiver(), it will assume
that the inputs are arrays. The regular Matlab quiver() function normally
expects
the first two arguments would be arrays, but if they are vectors
then arrays will be synthesized as [x,y] = meshgrid(x,y).
The way the documentation is structured, it would not matter
for quiver whether the vectors were row vectors or column vectors.
ge_quiver should have this ability also.
Original issue reported on code.google.com by JAMoor...@gmail.com on 8 Feb 2008 at 1:06
Original issue reported on code.google.com by
JAMoor...@gmail.com
on 8 Feb 2008 at 1:06