필터 지우기
필터 지우기

Quiver plot: Arrow heads not visible, on wrong plane

조회 수: 5 (최근 30일)
Mari
Mari 2013년 8월 2일
Hi!
I have a little problem using the quiver3 command: I'm drawing a 3D quiver plot. Afterward I change the perspective
quiver3(x1,y1,z1,x2,y2,z2,0,'*','ShowArrowHead','on','LineWidth',1,'MarkerSize',2)
az=90;
el=0;
view(az,el);
The problem: The arrow heads are not visible in this perspective, i.e. I'm looking on the yz-plane, but the arrow heads are being drawn on the xz-plane. So all I see in my figure is lines with no heads. What can I do to solve this?

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