comparison 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
comparison
equal deleted inserted replaced
6867:83619ae96c1d 6868:975fcdfb0d2d
480 [1,3] = 3 480 [1,3] = 3
481 @} 481 @}
482 @end group 482 @end group
483 @end example 483 @end example
484 484
485 In general nested cell arrays are displayed hierarchically as above. In
486 some circumstances it makes sense to reference them by their index, and
487 this can be performed by the @code{celldisp} function.
488
489 @DOCSTRING(celldisp)
490
485 @menu 491 @menu
486 * Creating Cell Arrays:: 492 * Creating Cell Arrays::
487 * Indexing Cell Arrays:: 493 * Indexing Cell Arrays::
488 * Cell Arrays of Strings:: 494 * Cell Arrays of Strings::
489 * Processing Data in Cell Arrays:: 495 * Processing Data in Cell Arrays::