I would like to change the default arrow head style in quiver plot. How can I change it?
This answer of pablo1977 was the most instructive for me. I managed to get bigger arrow heads by adjusting the quiver group properties, namely by these 2 lines of code:
h = quiver(...); set(h,'MaxHeadSize',1e2,'AutoScaleFactor',1);