MATLAB Function Reference
  Go to function:
    Search    Help Desk 
celldisp    Examples   See Also

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).

Example

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

See Also

cellplot



[ Previous | Help Desk | Next ]