AlphaQ try quiver3 in Matlab:
A three-dimensional quiver plot displays vectors with components (u,v,w) at the points (x,y,z).
quiver3(x,y,z,u,v,w) plots vectors with components (u,v,w) at the points (x,y,z). The matrices x,y,z,u,v,w must all be the same size and contain the corresponding...