MATLAB: I have 1*1 degree resolution montly temperature data in the excel format, i need to convert into .5*.5 degree resolution. how can i solve this problem

project

I have a daily temperature of 1*1degree resolution, I need to convert into .5*.5 resolution. this data is initially available in .grd format, I converted it into excel format and found the monthly data. I wish to know is there any regridding or interpolation methods available to solve this problem?

Best Answer

Read about interp2. You have to do interpolation.
Related Question