how i can have 2 points joining with quiver

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 22 Dic 2012
annotate()

Più risposte (1)

bym
bym il 22 Dic 2012
x = imread('peppers.png');
imshow(x)
hold
quiver(50,50,100,100)
  1 Commento
freebil
freebil il 23 Dic 2012
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.

Accedi per commentare.

Categorie

Scopri di più su Vector Fields in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by