Home > src > repmatC.m

repmatC

PURPOSE ^

% A c version of repmat

SYNOPSIS ^

function B = repmatC(varargin)

DESCRIPTION ^

% A c version of repmat
PMTKmex

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function B = repmatC(varargin)
0002 %% A c version of repmat
0003 %PMTKmex
0004 
0005 % This file is from matlabtools.googlecode.com
0006 
0007    B = repmat(varargin{:}); 
0008 end

Generated on Wed 20-Jan-2016 11:50:43 by m2html © 2005