showcells

Display contents and structure of a cell array using ASCII boxes.
233 téléchargements
Mise à jour 31 jan. 2013

Afficher la licence

SHOWCELLS was inspired by the Dyalog APL display of boxed variables. It is intended to provide a clear visual display of the contents of a cell array.

If you have a cell array c = {1:4}, MATLAB normally shows this as [1x4 double], hiding the actual contents of the array. SHOWCELLS shows the contents, as well as providing a visualization of the shape and nesting of cell arrays.

SHOWCELLS can return a char array of the rendering as well. For arrays with three or more dimensions, the representation is saved as a cell array of char matrices.

Citation pour cette source

David Smith (2024). showcells (https://www.mathworks.com/matlabcentral/fileexchange/40018-showcells), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Structures dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

showcells/

Version Publié le Notes de version
1.3.0.0

Replaced ISMATRIX with test for NDIMS > 2. This should allow older versions of MATLAB to run SHOWCELLS.

1.2.0.0

Added support for N-dimensional cell arrays; reduced memory usage; added indentation to make consistent with MATLAB's display of variables.

1.1.0.0

Updated screenshot to show traditional MATLAB view of cells along with SHOWCELLS output. Tiny tweaks to source code spacing and punctuation, no functional changes.

1.0.0.0