How to plot a graph of a circle of pixels of an image showing intensity across it.

1 view (last 30 days)
I want to take a grayscale image and plot intensity of some particle Pixels ( those Pixels are in a circular form which i have already its centre and radii )
to explain more there is the same Task but for a the line number 200 in my image
if true
figure; plot(image(200,:))
end
what i want to do is the same thing but for a circular form .
thank you

Answers (0)

Community Treasure Hunt

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

Start Hunting!