What does u and v represent in a quiver plot?
Mostra commenti meno recenti
I am confused regarding what u and v represent in a quiver plot. Let's make a real simple example.
x =[1];
y =[1];
My data point ends up moving from 1,1 to 3,3.
x2 =[3];
y2 =[3];
I use 3,3 for the u and v and it seems to plot an arrow that is pointing in the right direction.
My issue is I don't understand what u and v actually are. Is that starting and ending location like my example above? I have searched and find a lot of "u" and "v" used as notation but the "help quiver" does not seem (unless I messed it) to explain exactly what u and v are.
Risposta accettata
Più risposte (1)
dpb
il 3 Mag 2017
0 voti
"A quiver plot displays velocity vectors as arrows with components (u,v) at the points (x,y)."
The (u,v) are the x- and y- components of the variable (often velocity; can be any directed quantity, of course, depending on the problem space) at the location in (x,y).
See the first example that should make that clear...
2 Commenti
Eric Snyder
il 6 Mag 2017
dpb
il 6 Mag 2017
Oh. Well, my bad, then. I thought the cos(),sin() made it pretty clear. commonly it is the gradient of the field itself but one might want to associate another variable at the point so it isn't necessarily so.
Categorie
Scopri di più su Vector Fields in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!