changeset 12535:1eb430d9a1b9

Add cellindexmat function to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 19 Mar 2011 22:22:07 -0700
parents 5b9b2645db26
children 7d9dbe4c803b
files doc/ChangeLog doc/interpreter/container.txi
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <octave@nomad.inbox5.com>
+
+	* interpreter/container.txi: Add cellindexmat function to documentation.
+
 2010-03-19  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/oop.txi: Add optimize_subsasgn_calls function to 
--- 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