Can I control the width of arrows using quiver command?

157 visualizaciones (últimos 30 días)
JMS
JMS el 28 de Mzo. de 2014
Comentada: JMS el 31 de Mzo. de 2014
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!

Respuesta aceptada

Chad Greene
Chad Greene el 28 de Mzo. de 2014
Does this work?
quiver(x,y,Ax,Ay,'linewidth',5)
  1 comentario
JMS
JMS el 31 de Mzo. de 2014
Hi Chad Greene, That was exactly what I wanted! Thanks a lot!

Iniciar sesión para comentar.

Más respuestas (1)

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

Categorías

Más información sobre Vector Fields en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by