MATLAB: How to find the histogram of the each blocks of the gray image that is divided into 4 parts

histogram of the blocksImage Processing Toolbox

there are 4 blocks , and i want the histogram of these 4 blocks.

Best Answer

use "imhist" command for every block.