repmat: repmat

Description Usage Arguments

Description

This function replicates the matlab function repmat

Usage

1
repmat(X, m, n)

Arguments

X

Target matrix

m

New row dimension

n

New column dimension


mmppr documentation built on May 2, 2019, 4:18 a.m.

Related to repmat in mmppr...