Borrar filtros
Borrar filtros

MaxHeadSize Inoperable in R2017a for Quiver3

1 visualización (últimos 30 días)
Matthew
Matthew el 9 de Feb. de 2019
I'm trying to change the arrow head size for a quiver3 plot. I'm using R2017a. 'MaxHeadSize' doesn't seem to change it though.
I pulled this sample code from the Matlab Help:
x = -3:0.5:3;
y = -3:0.5:3;
[X,Y] = meshgrid(x, y);
Z = Y.^2 - X.^2;
[U,V,W] = surfnorm(Z);
figure
quiver3(Z,U,V,W,'MaxHeadSize',0.5)
Help says 0.2 is the default head size. However, no matter what I change it to in my code, the outcome appears the same.
Any thoughts?
Thanks in advance!
M Ridzon

Respuestas (0)

Categorías

Más información sobre View and Analyze Simulation Results en Help Center y File Exchange.

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by