rwavelet (version 0.4.0)

repmat: Replicate and tile an array.

Description

Replicate and tile an array.

Usage

repmat(a, n, m)

Arguments

a

input array (scalar, vector, matrix)

n

number of time to repeat input array in row and column dimensions

m

repetition factor