You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Rotate the quiver arrows produced by quiver() about their (x,y) base by any specified angle in degrees or radians.
h = quiver(X, Y, U, V);
quiverRotate(h) Rotate existing arrows by 180 deg.
quiverRotate(h, r) Rotate existing arrows by r radians.
quiverRotate(h, d, 'deg') Rotate existing arrows by d degrees.
[Ur, Vr] = quiverRotate(U, V); Compute the vector components rotated by 180 deg.
[Ur, Vr] = quiverRotate(U, V, r); Compute the vector components rotated by r radians.
[Ur, Vr] = quiverRotate(U, V, d, 'deg'); Compute the vector components rotated by d degrees.
quiver(X, Y, Ur, Vr)
Cite As
Adam Danz (2026). quiverRotate (https://www.mathworks.com/matlabcentral/fileexchange/75055-quiverrotate), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0 (2.86 KB)
MATLAB Release Compatibility
- Compatible with R2014b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
