How do I select data from a quiver plot?

2 visualizaciones (últimos 30 días)
Kirby Runyon
Kirby Runyon el 5 de En. de 2016
Editada: Kirby Runyon el 6 de En. de 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?

Respuesta aceptada

Kirby Runyon
Kirby Runyon el 6 de En. de 2016
Editada: Kirby Runyon el 6 de En. de 2016
quiver(x,y,u,v), hold on
plot(x,y,'*'), brush on

Más respuestas (0)

Categorías

Más información sobre Vector Fields en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by