| MATLAB Function Reference | ![]() |
size(ts)
size(ts) returns [n 1], where n is the length of the time vector for timeseries object ts.
If you want the size of the whole data set, use the following syntax:
size(ts.data)
If you want the size of each data sample, use the following syntax:
getdatasamplesize(ts)
getdatasamplesize, isempty (timeseries), length (timeseries)
![]() | size (serial) | size (tscollection) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |