Watch this Author's files
Many thanks,
Any plans to bypass MATLAB's tsearch? In the 2010a release "Warning: TSEARCH will be removed in a future release. Use DelaunayTri/pointLocation instead."
In order for this to work, you must create the quiver plot using;
hq = quiver(X,Y,U,V);
It will not work if you create:
hq = quiver(U,V);
Cheers
Contact us at files@mathworks.com