Can I control the width of arrows using quiver command?

151 views (last 30 days)
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!

Accepted Answer

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

More Answers (1)

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

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!