How do I select data from a quiver plot?

조회 수: 2 (최근 30일)
Kirby Runyon
Kirby Runyon 2016년 1월 5일
편집: Kirby Runyon 2016년 1월 6일
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?

채택된 답변

Kirby Runyon
Kirby Runyon 2016년 1월 6일
편집: Kirby Runyon 2016년 1월 6일
quiver(x,y,u,v), hold on
plot(x,y,'*'), brush on

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by