2D histogram via imagesc

3 views (last 30 days)
Claudia Scatigno
Claudia Scatigno on 18 Oct 2018
I have an M = n x p matrix including zero and nonzero elements.
Starting from this matrix, I need to create an imagesc, which partitions the n dimension into N bins, p into P bins, and associates to each (n/N,p/P) 2D-bin the corresponding number of nonzero elements in this particular submatrix of M.
Any hint would be highly appreciated.

Answers (0)

Community Treasure Hunt

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

Start Hunting!