MATLAB: What is the equivalent function in 2014b for resample()

resample

Hi
resample() function is not available in version 2014b. could anyone point me some equivalent functions? Basically, what I am trying to do is to divide one time series vector by the other time series vector with different size. One vector has random dates and the other vector has daily data. so I am thinking to convert the first vector into daily data so I can use ./ . Originally, I was thinking to do like this resample(A, length(B), length(A)). Any ideas? I appreciate it.

Best Answer

I apologize for the confusion. I didn’t read your Question closely enough.
The resample (link) function for timeseries (link) data was introduced before R2006a as well. You should have it.