MATLAB Function Reference Previous page   Next Page
celldisp

Display cell array contents.

Syntax

Description

celldisp(C) recursively displays the contents of a cell array.

celldisp(C, name) uses the string name for the display instead of the name of the first input (or ans).

Examples

Use celldisp to display the contents of a 2-by-3 cell array:

See Also

cellplot


Previous page  cell2struct cellfun Next page

© 1994-2005 The MathWorks, Inc.