MATLAB: Resample function changed for R2019b

resample

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.