MATLAB: Binning a matrix down

MATLABmatrix

i have 2 different matrices, one thats 3220×6440 and the other is 1440×2880 and i would like to directly compare them and so i need both matrices to be 1440×2880 but im not sure how to bin the 3220×6440 matrix to make it a 1440×2880 matrix as the multiple is not an integar.

Best Answer

imresize()