How can i plot lin manually in MATLAB without specifying [x, y] values

1 visualización (últimos 30 días)
Pallavi
Pallavi el 24 de Mzo. de 2014
Comentada: Walter Roberson el 24 de Mzo. de 2014
i want to plot line in an image manually and get the x,y co-ordinates of the line. how can i do this in matlab?

Respuestas (1)

Walter Roberson
Walter Roberson el 24 de Mzo. de 2014
Perhaps you want to use imline() ?
  2 comentarios
Pallavi
Pallavi el 24 de Mzo. de 2014
Editada: Walter Roberson el 24 de Mzo. de 2014
I want to draw these lines on image and get the [x y] co-ordinate value from the line. and using that find the values specified in the image.
Walter Roberson
Walter Roberson el 24 de Mzo. de 2014
imline() would seem to be useful for that.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by