How to plot like this?

I have 32 image matrices of size 128 x 128. I want to sum all the image matrices and display the final image and also when I click a pixel in the final image, it needs to show the pixel intensities (in a plot) of all the images summed at that coordinate.

 Accepted Answer

Joseph Cheng
Joseph Cheng on 4 Feb 2016

0 votes

well the first part is easy since sum(your128x128x32matrix,3) will sum your images together. next you can use what was suggested at the end of this question http://www.mathworks.com/matlabcentral/newsreader/view_thread/322422. that should work for you. if you have the imagetoolbox then you can probably just use http://www.mathworks.com/help/images/ref/impixelinfo.html

More Answers (0)

Asked:

dsp
on 4 Feb 2016

Edited:

dsp
on 9 May 2016

Community Treasure Hunt

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

Start Hunting!