comparison src/DLD-FUNCTIONS/cellfun.cc @ 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 7c02ec148a3c
children c2923c27c877
comparison
equal deleted inserted replaced
9208:cb163402bf79 9209:923c7cb7f13f
1010 arguments are assumed to equal @code{size (@var{a},@var{i})}.\n\ 1010 arguments are assumed to equal @code{size (@var{a},@var{i})}.\n\
1011 \n\ 1011 \n\
1012 An example of the use of mat2cell is\n\ 1012 An example of the use of mat2cell is\n\
1013 \n\ 1013 \n\
1014 @example\n\ 1014 @example\n\
1015 @group\n\
1016 mat2cell (reshape(1:16,4,4),[3,1],[3,1])\n\ 1015 mat2cell (reshape(1:16,4,4),[3,1],[3,1])\n\
1017 @result{} @{\n\ 1016 @result{} @{\n\
1018 [1,1] =\n\ 1017 [1,1] =\n\
1019 \n\ 1018 \n\
1020 1 5 9\n\ 1019 1 5 9\n\
1031 14\n\ 1030 14\n\
1032 15\n\ 1031 15\n\
1033 \n\ 1032 \n\
1034 [2,2] = 16\n\ 1033 [2,2] = 16\n\
1035 @}\n\ 1034 @}\n\
1036 @end group\n\
1037 @end example\n\ 1035 @end example\n\
1038 @seealso{num2cell, cell2mat}\n\ 1036 @seealso{num2cell, cell2mat}\n\
1039 @end deftypefn") 1037 @end deftypefn")
1040 { 1038 {
1041 int nargin = args.length(); 1039 int nargin = args.length();