tscollection
Length of tscollection time vector
tsclength = length(tsc)
example
tsclength = length(tsc) returns the number of elements in the time vector of a tscollection object.
tsc
collapse all
Create a tscollection object and display the length of its time vector.
ts = timeseries([1.1 2.9 3.7 4.0 3.0]',1:5); tsc = tscollection(ts); tsclength = length(tsc)
tsclength = 5
Input tscollection, specified as a scalar.
size | timeseries | tscollection
size
timeseries
You have a modified version of this example. Do you want to open this example with your edits?