Hello, How does quiver plot the arrows from u and v?

답변 (1개)

Raj
Raj 2023년 11월 17일

0 개 추천

Hello KaMu,
Using the 'quiver' function you can plot quiver or vector plot
quiver(U,V)
quiver(U,V) plots arrows with directional components specified by U and V at equally spaced points.
  • If U and V are vectors, then the x-coordinates of the arrows range from 1 to the number of elements in U and V, and the y-coordinates are all 1.
  • If U and V are matrices, then the x-coordinates of the arrows range from 1 to the number of columns in U and V, and the y-coordinates of the arrows range from 1 to the number of rows in U and V.
Additionally you can also refer to the documentation of 'quiver' function for detailled understanding-
I hope this helps!

카테고리

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

제품

태그

질문:

2012년 3월 18일

답변:

Raj
2023년 11월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by