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

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 9761b7d24e9e
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/sparse/sprandsym.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/sparse/sprandsym.m	Mon Mar 06 21:26:54 2006 +0000
@@ -29,8 +29,8 @@
 ## If called with a single matrix argument, a random sparse matrix is
 ## generated wherever the matrix @var{S} is non-zero in its lower
 ## triangular part.
+## @seealso{sprand, sprandn}
 ## @end deftypefn
-## @seealso{sprand, sprandn}
 
 function S = sprandsym(n,d)
   if nargin == 1