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
CROSS-REFERENCE INFORMATION
This function calls:
- isscalar % Return 1 if @var{a} is a scalar. Otherwise, return 0.
- isvector % Return 1 if @var{a} is a vector. Otherwise, return 0.
This function is called by:
- del2 %
- gradient %
- int2str % Convert an integer (or array of integers) to a string (or a character
- num2str % Convert a number (or array) to a string (or a character array). The
- rat %
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003