I have a triangulation of the unit square and the x- and y-components of a vector field for each node of this triangulation.
What I'd like to do is plot the vector field over the triangular mesh, but so far I've been unable to find a way to do this. Matlab's quiver-command requires a meshgrid, which I don't have.
Is there a way to plot something like this?