How do I select data from a quiver plot?

3 visualizzazioni (ultimi 30 giorni)
I have position (x,y) and velocity (u,x) data plotted as a quiver plot. I would like to select only a subset of the data to analyze. Ideally, this would be done with the brush and then saving the brushed data to a variable. However, the brush tool does not work with quiver. What's a useful workaround?

Risposta accettata

Kirby Runyon
Kirby Runyon il 6 Gen 2016
Modificato: Kirby Runyon il 6 Gen 2016
quiver(x,y,u,v), hold on
plot(x,y,'*'), brush on

Più risposte (0)

Categorie

Scopri di più su Vector Fields 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