Create timeseries
object
Time series represent the time-evolution of a dynamic population or process. They are used to identify, model, and forecast patterns and behaviors in data that is sampled over discrete time intervals.
To create a timeseries
object, use the
timeseries
function with input arguments that describe the data
samples.
ts = timeseries(___,'Name',tsname)
specifies a name tsname
for the
timeseries
object.
ts = timeseries()
returns an empty
timeseries
object.
ts = timeseries(
creates
an empty tsname
)timeseries
object with name
tsname
.