diff scripts/sparse/sprandn.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents acbcb9f164ca
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/sparse/sprandn.m
+++ b/scripts/sparse/sprandn.m
@@ -15,8 +15,8 @@
 ##
 ## If called with a single matrix argument, a random sparse matrix is
 ## generated wherever the matrix @var{S} is non-zero.
+## @seealso{sprand}
 ## @end deftypefn
-## @seealso{sprand}
 
 ## This program is public domain
 ## Author: Paul Kienzle <pkienzle@users.sf.net>