resample
Resample tscollection
time vector
Syntax
Description
tscout = resample(
resamples tscin
,timevec
,interpmethod
)tscin
using a specified interpolation method.
interpmethod
can be 'linear'
for linear
interpolation or 'zoh'
for zero-order hold.
tscout = resample(
applies the quality codes in tscin
,timevec
,interpmethod
,code
)code
to all samples.
Examples
Input Arguments
Version History
Introduced before R2006a
See Also
timeseries
| getinterpmethod
| setinterpmethod
| synchronize
| tscollection