view doc/interpreter/container.txi @ 4960:ce01dbd7e026 ss-2-1-58

[project @ 2004-09-02 03:47:49 by jwe]
author jwe
date Thu, 02 Sep 2004 03:47:49 +0000
parents 83d4452bc522
children 6ab0a8767780
line wrap: on
line source

@c Copyright (C) 1996, 1997 John W. Eaton
@c This is part of the Octave manual.
@c For copying conditions, see the file gpl.texi.

@node Containers
@chapter Containers
@cindex containers

@menu
* Lists::                       
* Cell Arrays::                 
@end menu

@node Lists
@section Lists
@cindex lists

@DOCSTRING(list)

@DOCSTRING(nth)

@DOCSTRING(append)

@DOCSTRING(reverse)

@DOCSTRING(splice)

@DOCSTRING(islist)

@node Cell Arrays
@section Cell Arrays
@cindex cell arrays

@DOCSTRING(cell)

@DOCSTRING(cellstr)

@DOCSTRING(iscell)