timeseries
objects
containing time-dependent dataA timeseries
object contains data and time
information within its properties that describes a dynamic process. You
can use timeseries
object functions to create,
modify, and analyze the behavior of a time series.
Consider using timetables instead of
timeseries
objects, where you can store
time-stamped data as column-oriented data variables. Additionally, you
can use time-specific functions to align, combine, and perform
calculations with one or more timetables.
Time series are data vectors sampled linearly over time that represent the evolution of a dynamic process.
Time Series Objects and Collections
There are two types of time series objects in MATLAB®,
a timeseries
object and a tscollection
object.