set (timeseries) - Set properties of timeseries object
Syntax
set(ts,'Property',Value)
set(ts,'Property1',Value1,'Property2',Value2,...)
set(ts,'Property')
set(ts)
Description
set(ts,'Property',Value) sets
the property 'Property' of the timeseries object ts to
the value Value. The following syntax is equivalent:
ts.Property = Value
set(ts,'Property1',Value1,'Property2',Value2,...)
sets multiple property values for ts with a single
statement.
set(ts,'Property') displays values
for the specified property of the timeseries object ts.
set(ts) displays all properties
and values of the timeseries object ts.
See Also
get (timeseries)
 | set (timer) | | set (tscollection) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit