# HG changeset patch # User Rik # Date 1300598527 25200 # Node ID 1eb430d9a1b9d02c02e90db6601ff2884fd8ff77 # Parent 5b9b2645db2650a01d77acad740238729bb6b323 Add cellindexmat function to documentation. diff -r 5b9b2645db26 -r 1eb430d9a1b9 doc/ChangeLog --- a/doc/ChangeLog Sat Mar 19 21:54:53 2011 -0700 +++ b/doc/ChangeLog Sat Mar 19 22:22:07 2011 -0700 @@ -1,3 +1,7 @@ +2010-03-19 Rik + + * interpreter/container.txi: Add cellindexmat function to documentation. + 2010-03-19 Rik * interpreter/oop.txi: Add optimize_subsasgn_calls function to diff -r 5b9b2645db26 -r 1eb430d9a1b9 doc/interpreter/container.txi --- a/doc/interpreter/container.txi Sat Mar 19 21:54:53 2011 -0700 +++ b/doc/interpreter/container.txi Sat Mar 19 22:22:07 2011 -0700 @@ -779,6 +779,12 @@ @end group @end example +The indexing operations operate on the the cell array and not on the objects +within the cell array. By contrast, @code{cellindexmat} applies matrix indexing +to the objects within each cell array entry and returns the requested values. + +@DOCSTRING(cellindexmat) + @node Cell Arrays of Strings @subsection Cell Arrays of Strings