Mercurial > hg > octave-nkf
diff scripts/sparse/sphcat.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/sphcat.m +++ b/scripts/sparse/sphcat.m @@ -18,9 +18,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{y} =} sphcat (@var{a1}, @var{a2}, @dots{}, @var{aN}) ## Return the horizontal concatenation of sparse matrices. This function -## is obselete and @code{horzcat} should be used +## is obselete and @code{horzcat} should be used. +## @seealso {spvcat, vertcat, horzcat, cat} ## @end deftypefn -## @seealso {spvcat, vertcat, horzcat, cat} function y = sphcat (varargin)