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