X = interp(X,Range,...)
X [ tseries ] - Input time series.
Range [ tseries ] - Date range on which any missing, i.e. NaN, observations will be interpolated.
x [ tseries ] - Tseries object with the missing observations interpolated.'method=' [ char | 'cubic' ] - Any valid method accepted by the built-in interp1 function.