How can I place a quiver plot to a specified z location
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
I have a quiver 2d plot about velocity field. How can I place it to a specified location?
Thanks for your help
best
0 件のコメント
採用された回答
Walter Roberson
2019 年 3 月 27 日
The x, y parameters control where it goes.
3 件のコメント
Walter Roberson
2019 年 3 月 27 日
You could quiver3 with constant z and 0 magnitude in the curl.
Or instead parent the quiver to a hgtransform and set the transform matrix to have a z translation.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Vector Fields についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!