Load & Save Custom for large files

Alternative methods to save and load large variables still using -v7 mode
16 Downloads
Updated 12 Feb 2022

View License

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 (2024). 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 Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.3

Core file updated and added the manage semaphore function

1.0.2

Improvements & bug fixes

1.0.1

Small bug fixes

1.0.0