Filter löschen
Filter löschen

Quiver plot: Arrow heads not visible, on wrong plane

5 Ansichten (letzte 30 Tage)
Mari
Mari am 2 Aug. 2013
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?

Antworten (0)

Kategorien

Mehr zu Vector Fields finden Sie in Help 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