Set properties of tscollection
object
set(tsc,'Property',Value)
set(tsc,'Property1',Value1,'Property2',Value2,...)
set(tsc,'Property')
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
.