Mercurial > hg > octave-jordi
diff doc/interpreter/container.txi @ 6868:975fcdfb0d2d
[project @ 2007-09-06 16:34:29 by dbateman]
author | dbateman |
---|---|
date | Thu, 06 Sep 2007 16:34:30 +0000 |
parents | 3c64128e621c |
children | 46d1ad37d943 |
line wrap: on
line diff
--- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -482,6 +482,12 @@ @end group @end example +In general nested cell arrays are displayed hierarchically as above. In +some circumstances it makes sense to reference them by their index, and +this can be performed by the @code{celldisp} function. + +@DOCSTRING(celldisp) + @menu * Creating Cell Arrays:: * Indexing Cell Arrays::