필터 지우기
필터 지우기

Can I control the width of arrows using quiver command?

조회 수: 86 (최근 30일)
JMS
JMS 2014년 3월 28일
댓글: JMS 2014년 3월 31일
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
JMS
JMS 2014년 3월 31일
Hi Chad Greene, That was exactly what I wanted! Thanks a lot!

댓글을 달려면 로그인하십시오.

추가 답변 (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