find and plot in a x-y graph the pixels allong the red line
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Jan
on 29 Mar 2021
See: doc improfile
3 Comments
Jan
on 30 Mar 2021
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
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!