Can anyone explain how quiver plot works..? Thanks in advance.

답변 (2개)

Star Strider
Star Strider 2016년 6월 21일

0 개 추천

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일

0 개 추천

It is the plot of a vector field.
Have you read the documentation for quiver?

댓글 수: 2

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Vector Fields에 대해 자세히 알아보기

태그

질문:

2016년 6월 21일

댓글:

2019년 6월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by