Learn R Programming

lfda (version 1.0.0)

repmat: Matlab-Syntaxed Repmat

Description

This function mimics the behavior and syntax of repmat() in Matlab it generates a large matrix consisting of an N-by-M tiling copies of A

Usage

repmat(A, N, M)

Arguments

Value

matrix consisting of an N-by-M tiling copies of A