Azzera filtri
Azzera filtri

Resample function changed for R2019b ?

5 visualizzazioni (ultimi 30 giorni)
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 Commenti
Walter Roberson
Walter Roberson il 20 Nov 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 il 30 Nov 2019
I installed the signal processing toolbox and now it works. Thank you!

Accedi per commentare.

Risposta accettata

Semih Yikilmaz
Semih Yikilmaz il 30 Nov 2019

Più risposte (1)

Priyanshu Mishra
Priyanshu Mishra il 27 Nov 2019
Modificato: Priyanshu Mishra il 27 Nov 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.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by