# HG changeset patch # User jwe # Date 1020134464 0 # Node ID 2f341412622f62b2b317b08df5c34b03816ff953 # Parent 9eb96199e0f186ef64bd8b30461cf942ef1175d3 [project @ 2002-04-30 02:41:04 by jwe] diff --git a/scripts/general/repmat.m b/scripts/general/repmat.m --- a/scripts/general/repmat.m +++ b/scripts/general/repmat.m @@ -28,7 +28,8 @@ ## Author: Paul Kienzle ## Created: July 2000 -function x = repmat (b, m, n) +function x = repmat (a, m, n) + if (nargin < 2 || nargin > 3) usage ("repmat (a, m, n)"); endif