I have a large array MxNxP size where M and N are the breadth and length of each image and P is the number os images. Now, this represents satellite image with 0.1 degree resolution. Is it possible to resample these images to 0.25 or 0.5-degree resolution in Matlab?
I checked resample function but I need to change the pixel size, not sampling rate. At the end, I still want P number of images.
Thanks for your help.
P.S. I do not have to resize.