MATLAB: Interpolate to monthly time series

interpolation

Hello,
I have a timeseries of time against temperature – smallest unit of time is hour
I want to interpolate so the month is the smallest unit of time.
How should I use this function to do this?
vq = interp1( x , v , xq )
Thank you

Best Answer

We recommend converting your timeseries to a timetable() object and then using retime()