Home > freetb4matlab > general > repmat.m

repmat

PURPOSE ^

% Form a block matrix of size @var{m} by @var{n}, with a copy of matrix

SYNOPSIS ^

function x = repmat (a, m, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} repmat (@var{A}, @var{m}, @var{n})
% @deftypefnx {Function File} {} repmat (@var{A}, [@var{m} @var{n}])
% @deftypefnx {Function File} {} repmat (@var{A}, [@var{m} @var{n} @var{p} @dots{}])
% Form a block matrix of size @var{m} by @var{n}, with a copy of matrix
% @var{A} as each element.  If @var{n} is not specified, form an 
% @var{m} by @var{m} block matrix.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003