<< cell2struct | Data structures | cellfun >> |
celldisp(C) |
celldisp(C, name) |
cell array.
displayed name of cell array.
celldisp recursively display the contents of a cell array.
C = {2, 22, 'ff', {331, 332}};
celldisp(C)
celldisp(C, 'var_name')
disp.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET