figurememory(h)

Version 1.1.0.0 (3,08 KB) von Dan K.
Estimates memory usage of figures
19 Downloads
Aktualisiert 20. Jul 2017

Lizenz anzeigen

Returns an approximate number of bytes of memory used by a figure (or other graphics object) and its descendants
Basically provides the equivalent of whos for graphics objects. Useful if you have a figure that is consuming a lot
of memory. Operates by finding all descendants of the graphics object and summing up the bytes consumed by each of the major data entries (XData, YData, ... AlphaData, RData, ThetaData).
Inspired by wanting to add the functionality to wssize

Zitieren als

Dan K. (2026). figurememory(h) (https://de.mathworks.com/matlabcentral/fileexchange/63574-figurememory-h), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2017a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Whos finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: Display ws variables size in KB, MB or GB

Version Veröffentlicht Versionshinweise
1.1.0.0

Added histogram data

1.0.0.0