changeset 3915:2f341412622f

[project @ 2002-04-30 02:41:04 by jwe]
author jwe
date Tue, 30 Apr 2002 02:41:04 +0000
parents 9eb96199e0f1
children 53acb394c728
files scripts/general/repmat.m
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/repmat.m
+++ b/scripts/general/repmat.m
@@ -28,7 +28,8 @@
 ## Author: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 ## 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