how i can have 2 points joining with quiver

2 ビュー (過去 30 日間)
freebil
freebil 2012 年 12 月 22 日
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

採用された回答

Walter Roberson
Walter Roberson 2012 年 12 月 22 日
annotate()

その他の回答 (1 件)

bym
bym 2012 年 12 月 22 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeVector Fields についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by