You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Oleg Komarov (2026). 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. Retrieved .
Acknowledgements
Inspired: figurememory(h)
General Information
- Version 1.6.0.0 (3.49 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 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 |
