question about the quiver

I want to draw an arrow between to points like from (0,0) to (1,1). Should I use quiver? But when I use quiver(0,0,1,1), why is the end point (.9,.9)... Please help me, thanks~

답변 (1개)

Matt Fig
Matt Fig 2012년 11월 24일
편집: Matt Fig 2012년 11월 24일

0 개 추천

Set the scale to zero:
quiver(0,0,1,1,0)
% .......scale ^

댓글 수: 2

Matt Fig
Matt Fig 2012년 11월 25일
YIFAN comments
Sorry, I know it. Just put one more 0, like quiver(0,0,1,1,0), which means do not do the scaling automatically
Matt Fig
Matt Fig 2012년 11월 25일
Is that a further question?
If your question has been answered, please accept the answer.

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

카테고리

도움말 센터File Exchange에서 Vector Fields에 대해 자세히 알아보기

태그

질문:

2012년 11월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by