How can i set the dimension of the arrow in a quiver plot?
78 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to set the arrows dimensions in my quiver plot to a fixed value. I've used this function
but this dosent permit to scale the vectors. So using this i solve the problem of the arrow but i cant scale my vectors.
Thanks!
0 comentarios
Respuestas (1)
Aritra
el 23 de Nov. de 2022
Hi Michele,
As per my understanding you are facing some issue while scaling the vectors in your quiver plot. To perform vector scaling, you can take help of the scale parameter in quiver(___,scale) function. The arrow scaling factor is specified as a positive number or ‘off’. When the ‘AutoScale’ property of the quiver object is set to ‘off’ such as ‘quiver(X,Y,U,V,'off')’, the length of the arrow is entirely determined by U and V.
For more details, please see this MathWorks documentation below for more information on 3-D quiver: https://in.mathworks.com/help/matlab/ref/quiver3.html
0 comentarios
Ver también
Categorías
Más información sobre Vector Fields en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!