tscollection
Create tscollection
object
Description
A tscollection
object is a collection of one or more
timeseries
objects with the same time vector. Collections of
timeseries
are useful for analyzing multiple data trends that
occur simultaneously.
Creation
To create a tscollection
object, use the
tscollection
function.
Description
tsc = tscollection(
creates a
ts
)tscollection
object containing the
timeseries
objects in ts
. The input
ts
can be a single timeseries
object
or a cell array of timeseries
objects. Each
timeseries
must have the same time vector.
tsc = tscollection(
defines
the time vector of a timevals
)tscollection
.
tsc = tscollection(___,
specifies additional options using one or more name-value arguments.Name,Value
)
Input Arguments
Properties
Object Functions
addsampletocollection | Add sample to tscollection |
addts | Add timeseries to
tscollection |
delsamplefromcollection | Delete sample from tscollection |
getabstime | Convert timeseries or tscollection time
vector to cell array |
getsampleusingtime | Subset of timeseries or tscollection
data |
gettimeseriesnames | Names of timeseries in
tscollection |
removets | Remove timeseries from
tscollection |
resample | Resample time vector in timeseries or
tscollection |
setabstime | Set timeseries or tscollection times as
date character vectors |
settimeseriesnames | Rename timeseries in
tscollection |
Examples
Version History
Introduced before R2006a