get (timeseries) - Query timeseries object property values
Syntax
value = get(ts,'PropertyName')
get(ts)
Description
value = get(ts,'PropertyName')
returns the value of the specified property of the timeseries object.
The following syntax is equivalent:
value = ts.PropertyName
get(ts) displays all properties
and values of the time series ts.
See Also
set (timeseries), timeseries, tsprops
 | get (timer) | | get (tscollection) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit