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 descargas
Actualizado 22 feb 2010

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2009b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Environment and Settings en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: figurememory(h)

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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