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?

 Akzeptierte Antwort

Kirby Runyon
Kirby Runyon am 6 Jan. 2016
Bearbeitet: Kirby Runyon am 6 Jan. 2016

0 Stimmen

quiver(x,y,u,v), hold on
plot(x,y,'*'), brush on

Weitere Antworten (0)

Kategorien

Mehr zu Vector Fields finden Sie in Hilfe-Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by