Dataset repmat

From Eigenvector Research Documentation Wiki
Revision as of 15:49, 8 October 2008 by imported>Jeremy (Importing text file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Replicate and tile a DataSet object.

Synopsis

B = repmat(A,M,N) B = REPMAT(A,[M N]) B = REPMAT(A,[M N P ...])

Description

Overload of the Matlab command REPMAT for use with DataSet objects. Returns the given DataSet object, A, concatenated M times vertically (rows) and N times horizontally (columns). This function can also be used to form n-dimensional matrices by passing a vector of length >2 as the second input to REPMAT. See the Matlab REPMAT command for more details on the operation of this function

See Also

dataset/cat