arrow length problem with 'quiver' function

15 views (last 30 days)
Yu Li
Yu Li on 10 Feb 2019
Commented: Star Strider on 11 Feb 2019
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

Answers (1)

Star Strider
Star Strider on 10 Feb 2019
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 Comments
Yu Li
Yu Li on 10 Feb 2019
Edited: Yu Li on 11 Feb 2019
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

Sign in to comment.

Categories

Find more on Vector Fields in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!