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

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 2c85044aa63f
line wrap: on
line diff
--- a/scripts/sparse/spvcat.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/sparse/spvcat.m	Mon Mar 06 21:26:54 2006 +0000
@@ -19,8 +19,8 @@
 ## @deftypefn {Function File} {@var{y} =} spvcat (@var{a1}, @var{a2}, @dots{}, @var{aN})
 ## Return the vertical concatenation of sparse matrices. This function
 ## is obselete and @code{vertcat} should be used
+## @seealso{sphcat, vertcat, horzcat, cat}
 ## @end deftypefn
-## @seealso {sphcat, vertcat, horzcat, cat}
 
 function y = spvcat (varargin)