arrow length problem with 'quiver' function
5 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Star Strider
2019-2-10
The quiver function has more options that what is listed in the examples of the quiver function documentation.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Vector Fields 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!