Can I control the width of arrows using quiver command?

81 次查看(过去 30 天)
Hello Can I control the width of arrows using quiver command? Because I am using it to plot just one arrow so I want to make it thicker or bold.
Quiver(x, y, Ax, Ay,....!!!)
Thanks a lot!

采纳的回答

Chad Greene
Chad Greene 2014-3-28
Does this work?
quiver(x,y,Ax,Ay,'linewidth',5)

更多回答(1 个)

Chad Greene
Chad Greene 2014-3-28
If it's just one arrow, this'll give you more flexibility than quiver : http://www.mathworks.com/matlabcentral/fileexchange/278-arrow-m

类别

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