what is quiver plot?
Mostrar comentarios más antiguos
Can anyone explain how quiver plot works..? Thanks in advance.
Respuestas (2)
Star Strider
el 21 de Jun. de 2016
0 votos
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
el 21 de Jun. de 2016
0 votos
2 comentarios
Muhammad Usman Saleem
el 21 de Jun. de 2016
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
el 19 de Jun. de 2019
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
Categorías
Más información sobre Vector Fields en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!