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