changeset 6516:ce5caa673642

[project @ 2007-04-11 14:26:39 by jwe]
author jwe
date Wed, 11 Apr 2007 14:26:39 +0000
parents fc527bc3ece1
children a1ec359aef37
files doc/interpreter/container.txi scripts/special-matrix/hadamard.m
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Wed Apr 11 14:20:39 2007 +0000
+++ b/doc/interpreter/container.txi	Wed Apr 11 14:26:39 2007 +0000
@@ -79,6 +79,13 @@
 @end group
 @end example
 
+@menu
+* Creating Cell Arrays::                 
+* Indexing Cell Arrays::
+* Cell Arrays of Strings::
+* Processing Data in Cell Arrays::
+@end menu
+
 @node Creating Cell Arrays
 @subsection Creating Cell Array
 
--- a/scripts/special-matrix/hadamard.m	Wed Apr 11 14:20:39 2007 +0000
+++ b/scripts/special-matrix/hadamard.m	Wed Apr 11 14:26:39 2007 +0000
@@ -22,11 +22,10 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} hadamard (@var{n})
-##
 ## Construct a Hadamard matrix @var{Hn} of size @var{n}-by-@var{n}. The 
-## size @var{n} must be of the form @code{2 ^ @var{k} * @var{p}} where
+## size @var{n} must be of the form @code{2 ^ @var{k} * @var{p}} in which
 ## @var{p} is one of 1, 12, 20 or 28. The returned matrix is normalized,
-## meaning @var{Hn (:, 1) == 1} and @var{H (1, :) == 1}.
+## meaning @code{Hn(:,1) == 1} and @code{H(1,:) == 1}.
 ##
 ## Some of the properties of Hadamard matrices are:
 ##