Can I control the width of arrows using quiver command?

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

Does this work?
quiver(x,y,Ax,Ay,'linewidth',5)

1 Comment

Hi Chad Greene, That was exactly what I wanted! Thanks a lot!

Sign in to comment.

More Answers (1)

Categories

Asked:

JMS
on 28 Mar 2014

Commented:

JMS
on 31 Mar 2014

Community Treasure Hunt

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

Start Hunting!