필터 지우기
필터 지우기

arrow length problem with 'quiver' function

조회 수: 4 (최근 30일)
Yu Li
Yu Li 2019년 2월 10일
댓글: Star Strider 2019년 2월 11일
I want to plot arrows using 'quiver' function along a circle, the circle is within a very small radius: ~0.02
the problem is that, the velocity is very large: over 20 m/s, and I need to use the scale factor to control its length. I read through the documents of 'quiver' function:
it mentioned that, while using factor 2, the length doubles, while using factor 0.5, the length becomes half. in this logic, it should be the original length when using factor 1, but, in the documentation, the length become orginal length when using factor 0.
so my question is that, what is the logic behind this factor? I do not find it anywhere.
I also add test data, please see attached, the command is:
quiver(cylx,cyly,vx,vy)
Thanks!
Yu

답변 (1개)

Star Strider
Star Strider 2019년 2월 10일
The quiver function has more options that what is listed in the examples of the quiver function documentation.
See the documentation page on Quiver Properties (link) for an explanation of all of them.
  댓글 수: 2
Yu Li
Yu Li 2019년 2월 10일
편집: Yu Li 2019년 2월 11일
Hi:
Thanks for your reply.
I still could not find any explanation regarding the question I asked. for example, there are parameters called 'UData', 'VData', to control the vector length in X and Y direction. but problem is that, the velocity (~20) is about three orders of magnitude larger than than the coordinate (~0.02), why they displays like equivalent value when use the scale factor 1, as shown in picture attached?
Thanks!
Yu
Star Strider
Star Strider 2019년 2월 11일
You will have to explore that.

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

카테고리

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