extract data from quiver plot

조회 수: 2 (최근 30일)
iceuday
iceuday 2011년 12월 21일
Hello,
I have a quiver plot called,
hQ = quiver(x,y,U,V,.4,'k-');
The quiver plot is draw and how am i going to extract the velocity data from the figure at y = 0.5 ?
I tried using the get function,
a = get(hQ,'Vdata');
but this gives me all the Vdata. How can i improve the code to give me only the Vdata at y = 0.5 ?
Thank You

답변 (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