Plot 2-D vector field with arrow3

5 ビュー (過去 30 日間)
Shan  Chu
Shan Chu 2017 年 2 月 9 日
コメント済み: Star Strider 2017 年 2 月 9 日
Hi, I would like to use the arrow3 function (https://uk.mathworks.com/matlabcentral/fileexchange/14056-arrow3-version-5) to plot a 2-D vector field P (P_x,P_y) with the direction and colour of the arrows representing the direction and magnitude of the field vector P.
I have read the arrow3 file. As far as I understood, the arrow3 will draw an arrow from point 1 to point 2 but I don't know how to represent the magnitude by the colour of the arrows. Could you please help? Thanks
[x,y] = meshgrid(linspace(-10,10,100),linspace(-20,20,200));
P_x=rand(200,100);
P_x=rand(200,100);
  1 件のコメント
Star Strider
Star Strider 2017 年 2 月 9 日
It is always best to contact the author of a File Exchange contribution if you have questions about it.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by