ImageQuiver

Image-based quiver plot for MATLAB
ダウンロード: 69
更新 2016/3/25

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);

引用

Jonathan Suever (2024). ImageQuiver (https://github.com/suever/ImageQuiver), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersVector Fields についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.0.0.0

Changed name to not be the name of the github repo

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。