Mercurial > hg > octave-lyh
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 +++ b/doc/interpreter/container.txi @@ -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 +++ b/scripts/special-matrix/hadamard.m @@ -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: ##