How do I select data from a quiver plot?

2 vues (au cours des 30 derniers jours)
Kirby Runyon
Kirby Runyon le 5 Jan 2016
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?

Réponse acceptée

Kirby Runyon
Kirby Runyon le 6 Jan 2016
Modifié(e) : Kirby Runyon le 6 Jan 2016
quiver(x,y,u,v), hold on
plot(x,y,'*'), brush on

Plus de réponses (0)

Catégories

En savoir plus sur Vector Fields 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