what is quiver plot?

1 次查看(过去 30 天)
Erina Joyee
Erina Joyee 2016-6-21
Can anyone explain how quiver plot works..? Thanks in advance.

回答(2 个)

Star Strider
Star Strider 2016-6-21
The quiver function takes the first two arguments as the (x,y) origin of each arrow, and uses the second two arguments as the relative (x,y) direction of each arrow. You can adjust the arrow scaling and other parameters.

the cyclist
the cyclist 2016-6-21
It is the plot of a vector field.
Have you read the documentation for quiver?
  2 个评论
Muhammad Usman Saleem
let's say you have two winds components U,V winds. Now
quiver(x,y,u,v)
will plot a plot of arrows( speed or velocity vectors) , length of this vector in winds plot show winds speed , while its direction how bearing of wind.
Tell me in what topic you want to use it??
jalil taheri
jalil taheri 2019-6-19
hi
i want use this function to display and show attraction region of a nonlinear system with The combination of this and contour , can i do this? and how can i Justify that the displayed region is the atraction region??
thank you

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by