Skip to content

repmat (Series)

Repeat copies of time series data.

Syntax

X = repmat(X, Rep1, Rep2,...)

Input arguments

X [ tseries ]

Input time series.

Rep1, Rep2, ... [ numeric ]

List of scalars that describe how copies of X data are arranged in each dimension.

Output arguments

X [ tseries ]

Output time series.

Options

zzz=default [ zzz | ___ ]

Description

Description

See help on built-in bsxfun for more help.

Examples