Cache
Version 1.0.2 (2,14 ko) par
Tom
Archive and unarchive MATLAB workspace variables to disk with automatic zip management and cleanup for Windows desktop environments storage.
Description
Cache is a lightweight MATLAB addon for archiving and restoring workspace variables to disk.
The Cache.archive function saves a specified workspace variable into a compressed archive file (Archived_Matlab_Variables.zip) on the chosen disk and removes the variable from the workspace. This allows you to temporarily offload large variables while keeping them securely stored.
The Cache.unarchive function restores a previously archived variable back into the caller workspace and removes it from the archive, maintaining clean storage management.
Syntax
Cache.archive(variable)
Cache.archive(variable, disk)
Cache.unarchive('variable')
Cache.unarchive('variable', disk)
Citation pour cette source
Tom (2026). Cache (https://fr.mathworks.com/matlabcentral/fileexchange/183330-cache), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2025b
Compatible avec les versions R2016b à R2026a
Plateformes compatibles
Windows macOS LinuxTags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.2 |
