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