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

조회 수: 1 (최근 30일)
Pallavi
Pallavi 2014년 3월 24일
댓글: Walter Roberson 2014년 3월 24일
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?

답변 (1개)

Walter Roberson
Walter Roberson 2014년 3월 24일
Perhaps you want to use imline() ?
  댓글 수: 2
Pallavi
Pallavi 2014년 3월 24일
편집: Walter Roberson 2014년 3월 24일
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 2014년 3월 24일
imline() would seem to be useful for that.

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by