How do I select data from a quiver plot?

5 views (last 30 days)
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?

Accepted Answer

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

More Answers (0)

Categories

Find more on Vector Fields in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!