Load & Save Custom for large files
Version 1.0.3 (7.5 KB) by
Giuseppe Galeone
Alternative methods to save and load large variables still using -v7 mode
Matlab's 'save' command works with large variables (> 2^31) with option -v7.3, but it seems compression with -v7.3 is less efficient than -v7. So this script splits the large variables in multiple files still using -v7 compression. Multiple file saved with this script should be then loaded with load_custom. The syntax is identical to that of the Matlab save command.
Cite As
Giuseppe Galeone (2026). Load & Save Custom for large files (https://www.mathworks.com/matlabcentral/fileexchange/85043-load-save-custom-for-large-files), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2021b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
