diff scripts/general/randperm.m @ 3449:858695b3ed62

[project @ 2000-01-18 04:08:59 by jwe]
author jwe
date Tue, 18 Jan 2000 04:09:14 +0000
parents edf6e4852287
children 22bd65326ec1
line wrap: on
line diff
--- a/scripts/general/randperm.m
+++ b/scripts/general/randperm.m
@@ -17,10 +17,11 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage: randperm (N)
-##
+## -*- texinfo -*-
+## @deftypefn {Function File} {} randperm (@var{n})
 ## Return a row vector containing a random permutation of the
-## integers from 1 to N.
+## integers from 1 to @var{n}.
+## @end deftypefn
 
 ## Author: "James R. Van Zandt" <jrv@vanzandt.mv.com>
 ## Adapted-By: jwe