I have a cell array named "output"(dimension = 3 x 6). Each cell in the first row of this cell array has entries which are 1024 x 1024 matrices (type double). I would like to take the mean value of a given ROI within each matrix. For example, I would want Matlab to produce the mean of the region ([100:200],[100:200]) for each of the matrices and save to an excel or .txt.
I am unsure how to proceed in terms of coding this. Please help!
Thanks :)