Main Content
celldisp
Display cell array contents
Description
celldisp(
recursively displays the contents
of a cell array.C
)
The celldisp
function also displays the name of the cell array. If
there is no name to display, then celldisp
displays
ans
instead. For example, if C
is an expression that
creates an array, then there is no name to display.
celldisp(
uses the specified display name instead of the default name described in the previous
syntax.C
,displayName
)
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a