Skip to content

reshape (Series)

Reshape size of time series in 2nd and higher dimensions.

Syntax

X = reshape(X, NewSize)

Input arguments

X [ Series ]

Time series whose data will be reshaped in 2nd and/or higher dimensions.

NewSize [ numeric ]

New size of the time series data; the first dimension (time) must be preserved or may be set to Inf.

Output arguments

X [ Series ]

Reshaped time series.

Options

zzz=default [ zzz | ___ ]

Description

Description

Examples