Skip to content

subsref (Series)

Subscripted reference function for time series

Syntax Returning Numeric Array

... = X(Dates)
... = X(Dates, ...)

Syntax Returning tseries Object

... = X(Dates)
... = X(Dates, ...)

Input arguments

X [ Series ]

Time series object.

Dates [ Dater ]

Dates for which the time series observations will be returned, either as a numeric array or as another tseries object.

Output arguments

yyy [ yyy | ___ ]

Description

Options

zzz=default [ zzz | ___ ]

Description

Description

Examples