diff doc/interpreter/container.txi @ 10122:9d1a14e12431

Update docs and add tests for container functions
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Sun, 17 Jan 2010 13:31:42 +0100
parents 09da0bd91412
children 322f43e0e170
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Sat Jan 16 07:59:52 2010 +0100
+++ b/doc/interpreter/container.txi	Sun Jan 17 13:31:42 2010 +0100
@@ -628,12 +628,14 @@
 
 As an alternative to creating empty cell arrays, and then filling them, it
 is possible to convert numerical arrays into cell arrays using the
-@code{num2cell} and @code{mat2cell} functions.
+@code{num2cell}, @code{mat2cell} and @code{cellslices} functions.
 
 @DOCSTRING(num2cell)
 
 @DOCSTRING(mat2cell)
 
+@DOCSTRING(cellslices)
+
 @node Indexing Cell Arrays
 @subsection Indexing Cell Arrays