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

10 vues (au cours des 30 derniers jours)
Chris
Chris le 7 Déc 2021
Réponse apportée : Matt J le 7 Déc 2021
I want to draw dotted line arrow by using quiver. What do I have to do?

Réponse acceptée

Matt J
Matt J le 7 Déc 2021
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)

Plus de réponses (0)

Catégories

En savoir plus sur Condensed Matter & Materials Physics dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by