mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

analysis/

mg_repmat.pro


Routines

top mg_repmat

result = mg_repmat(arr, ncolumns, nrows)

Create an ncolumns by nrows tiling of arr.

Return value

2-dimensional array of the same type as arr

Parameters

arr in required type=numeric

scalar, 1-, or 2-dimensional numeric array

ncolumns in required type=integer

number of horizontal tiles of arr

nrows in required type=integer

number of vertical tiles of arr

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 14
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.