How can i set the dimension of the arrow in a quiver plot?

64 visualizzazioni (ultimi 30 giorni)
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!

Risposte (1)

Aritra
Aritra il 23 Nov 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

Categorie

Scopri di più su Vector Fields in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by