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

10 visualizzazioni (ultimi 30 giorni)
I want to draw dotted line arrow by using quiver. What do I have to do?

Risposta accettata

Matt J
Matt J il 7 Dic 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)

Più risposte (0)

Categorie

Scopri di più su Condensed Matter & Materials Physics in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by