Resample function changed for R2019b ?

5 visualizaciones (últimos 30 días)
Semih Yikilmaz
Semih Yikilmaz el 20 de Nov. de 2019
Respondida: Semih Yikilmaz el 30 de Nov. de 2019
I try to use the resample function as described here:
I've written the code on an older version of Matlab. It worked back then.
For R2019b however the function has a completely different syntax it seems.
Is there an alternative?
% resample Redefine a time series based on a new time vector.
%
% TS = resample(TS,TIMEVEC) resamples the time series object TS on the
% new
% time vector TIMEVEC. When TIMEVEC is numeric, it is assumed to be
% specified relative to the TS.TimeInfo.StartDate property and in the same
% units as the time series TS uses. When TIMEVEC is an array of date
% strings, then it is used directly.
  2 comentarios
Walter Roberson
Walter Roberson el 20 de Nov. de 2019
You are looking at the beginning of the information about the resample function for timeseries objects. The other one still exists. Check to be sure that you have the signal processing toolbox
Semih Yikilmaz
Semih Yikilmaz el 30 de Nov. de 2019
I installed the signal processing toolbox and now it works. Thank you!

Iniciar sesión para comentar.

Respuesta aceptada

Semih Yikilmaz
Semih Yikilmaz el 30 de Nov. de 2019

Más respuestas (1)

Priyanshu Mishra
Priyanshu Mishra el 27 de Nov. de 2019
Editada: Priyanshu Mishra el 27 de Nov. de 2019
Hi Semih,
To resample time series time vector you may refer to following documentation page
The link you are referring to, requires signal processing toolbox. This will resample your uniform data to new fixed rate. So, there isn't any change in the new release.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by