mgdevereux / googleearthtoolbox

Automatically exported from code.google.com/p/googleearthtoolbox
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

problem with using column vectors as arguments for ge_quiver() #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This has been fixed in revision 35. Please verify.
-Jurriaan

Original comment by jhspaaks@hotmail.com on 22 Jun 2009 at 10:11