figurememory(h)

Versión 1.1.0.0 (3,08 KB) por Dan K.
Estimates memory usage of figures
19 Descargas
Actualizado 20 jul 2017

Ver licencia

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

Citar como

Dan K. (2024). figurememory(h) (https://www.mathworks.com/matlabcentral/fileexchange/63574-figurememory-h), MATLAB Central File Exchange. Recuperado .

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

Inspirado por: Display ws variables size in KB, MB or GB

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

Added histogram data

1.0.0.0