find and plot in a x-y graph the pixels allong the red line
조회 수: 1 (최근 30일)
이전 댓글 표시
hello everyone does anyone know how can i find and plot in a x-y graph the pixel values along the red line in the next pic?
댓글 수: 0
채택된 답변
Jan
2021년 3월 29일
See: doc improfile
댓글 수: 3
Jan
2021년 3월 30일
Why do you want to store the output of improfile in the the same array as the handles of the image and the line produced by plot? Their outputs are graphic handles, the output of improfile is numerical. Use this insteead:
result = improfile
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!