quiver3 — 3D vector field plot on 3D surface
hdl = quiver3(X,Y,Z,U,V,W,fact)
1 by n matrix or n by n matrix
1 by n matrix or n by n matrix
n by n matrix
n by n matrix
n by n matrix
n by n matrix
scalar
Handle of the created Fac3d entity
quiver3(X,Y,Z,U,V,W) plots vector field with cartesian coordinaes (U,V,W) defined on a parametric or non parametric surface defined by (X,Y,Z) (see e.g. surf for a discussion about the relative sizes of X,Y and Z). The vectors are automatically scaled to fit in the grid defined by X and Y.
The last argument 'fact' is a scale factor for the vectors, if you want to change the length of vectors. If you don't want any scaling at all, use fact=0.