Display ws variables size in KB, MB or GB

Displays with appropriate unit of data storage. Sorting by size/name (non c.sensitive) is supported.
1,2K téléchargements
Mise à jour 22 fév. 2010

Afficher la licence

Display in command window the size of the variables of the base workspace using KB, MB and GB

SYNTAXES:
(1) WSSIZE Display preserving the order of the workspace pane using mixed units
(2) WSSIZE arg or WSSIZE('arg') One argument syntax
(3) WSSIZE arg1 arg2 or WSSIZE('arg1','arg2') Two arguments syntax

From p7v5 displays the grand total.

Arguments: should be char; max two arguments are allowed. Arguments are not case-sensitive.The order of the two types of arguments doesn't matter. Shortened arguments can be supplied ('s' instead of 'size').

For details see help
For examples see the attached image.

Aknowledgments: original idea by Bastiaan Zuurendonk, TMW technical support engineer. Implemented suggestions by Yair Altman (see comments)

Comments/suggestions/error reports are welcome.
p7v5

Citation pour cette source

Oleg Komarov (2024). Display ws variables size in KB, MB or GB (https://www.mathworks.com/matlabcentral/fileexchange/26250-display-ws-variables-size-in-kb-mb-or-gb), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Environment and Settings dans Help Center et MATLAB Answers
Remerciements

A inspiré : figurememory(h)

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.6.0.0

Per Michael suggestion added grand total at the bottom. Restructured code.

1.5.0.0

Now 'size' sorts from smallest to biggest. Suggestion by Andy.

1.4.0.0

From 'base' to 'caller' size display.

1.3.0.0

Added reverse sorting and unit selection on suggestion by Yair Altman. Edited help. Added more checks.

1.1.0.0

Edited description; Added sorting by not case-sensitive name; Aknowledgments for Bastiaan Zuurendonk (TMW technical support engineer)

1.0.0.0