What does u and v represent in a quiver plot?
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
dpb
2017-5-3
0 个投票
"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 个评论
Eric Snyder
2017-5-6
dpb
2017-5-6
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Vector Fields 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!