I want to draw dotted line arrow by using quiver. What do I have to do?

8 次查看(过去 30 天)
I want to draw dotted line arrow by using quiver. What do I have to do?

采纳的回答

Matt J
Matt J 2021-12-7
For example,
load('wind','x','y','u','v')
X = x(11:22,11:22,1);
Y = y(11:22,11:22,1);
U = u(11:22,11:22,1);
V = v(11:22,11:22,1);
quiver(X,Y,U,V,':','LineWidth',1.5)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Condensed Matter & Materials Physics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by