synchronize
Synchronize and resample two timeseries
objects using common
time vector
Description
Note
This synchronize
function applies to objects created
using the timeseries
function. For information on
synchronizing a timetable
, which is
recommended over timeseries
, see synchronize
.
[
creates two new ts1
,ts2
]
= synchronize(ts1
,ts2
,synchronizemethod
)timeseries
objects by synchronizing
ts1
and ts2
using a common time vector
and the specified method.
[
creates the two new ts1
,ts2
]
= synchronize(___,Name,Value
)timeseries
objects with additional options
specified by one or more Name,Value
pair arguments for the
previous syntax.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a