필터 지우기
필터 지우기

question about the quiver

조회 수: 3 (최근 30일)
YIFAN
YIFAN 2012년 11월 24일
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일
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.

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

카테고리

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