Image-based quiver plot for MATLAB
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This project is an image-based variant of MATLAB's built-in quiver plot. The ImageQuiver class creates a graphics object that behaves similarly to the built-in quiver graphics object except that it displays a user-defined image in place of the arrows that quiver uses by default.
This project was initially developed as a response to a question (http://stackoverflow.com/a/36070755/670206) posed by @jarhead on stackoverflow.com
The inputs to ImageQuiver are identical to the inputs to quiver with the exception that the first input is the image data that is used in place of the arrow heads.
h = ImageQuiver(CData, XData, YData, UData, VData, AutoScaleFactor);
Cite As
Jonathan Suever (2026). ImageQuiver (https://github.com/suever/ImageQuiver), GitHub. Retrieved .
General Information
- Version 1.0.0.0 (992 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Changed name to not be the name of the github repo |
