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일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Vector Fields에 대해 자세히 알아보기

제품

질문:

2016년 1월 5일

편집:

2016년 1월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by