Memory in a multiple of the unit byte

Display memory information in a multiple of the unit byte
15 téléchargements
Mise à jour 14 mars 2018

Afficher la licence

memory2 is a wrapper for the built-in memory function but displays memory information in a multiple of the unit byte.
Accepted units are: B, kB, MB, GB, KiB, MiB and GiB
Example:

>> user = memory2()

user =

MaxPossibleArrayBytes: 2.5348e+10
MemAvailableAllArrays: 2.5348e+10
MemUsedMATLAB: 897638400

>> user = memory2('gb')

user =

MaxPossibleArrayBytes: 25.3109
MemAvailableAllArrays: 25.3109
MemUsedMATLAB: 0.8894

>> user = memory2('gib')

user =

MaxPossibleArrayBytes: 23.5741
MemAvailableAllArrays: 23.5741
MemUsedMATLAB: 0.8319

Citation pour cette source

Jerome Briot (2026). Memory in a multiple of the unit byte (https://fr.mathworks.com/matlabcentral/fileexchange/66488-memory-in-a-multiple-of-the-unit-byte), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0