comparison scripts/deprecated/spdiag.m @ 9209:923c7cb7f13f

Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction. spellchecked all .txi and .texi files.
author Rik <rdrider0-list@yahoo.com>
date Sun, 17 May 2009 12:18:06 -0700
parents eb63fbe60fab
children 95c3e38098bf
comparison
equal deleted inserted replaced
9208:cb163402bf79 9209:923c7cb7f13f
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} spdiag (@var{v}, @var{k}) 20 ## @deftypefn {Function File} {} spdiag (@var{v}, @var{k})
21 ## This function has been deprecated. Use @code{sparse (diag (...))} instead. 21 ## This function has been deprecated. Use @code{sparse (diag (@dots{}))} instead.
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 ## Deprecated in version 3.2 24 ## Deprecated in version 3.2
25 25
26 function retval = spdiag (varargin) 26 function retval = spdiag (varargin)