how i can have 2 points joining with quiver

Hello.I want to make a velocity vector from a point (i,j) to a point(k,z) on an image.How i can use quiver for it? Thanks

 채택된 답변

추가 답변 (1개)

bym
bym 2012년 12월 22일

0 개 추천

x = imread('peppers.png');
imshow(x)
hold
quiver(50,50,100,100)

댓글 수: 1

freebil
freebil 2012년 12월 23일
thanks for the answer but the arrow dont start from (50,50) and don't finish to (100,100). I have to put different parameters and i dont know which are them.

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by