I have matrix A. I'd like to create a new matrix B where each element is the sum of a corresponding 60x60 submatrix of A. By sum I mean the sum of each element of the submatrix. How can I do that?