Is the amount of hard drive space used when a variable is saved to a .mat file equivalent to the amount of RAM the variable requires when loaded into the workspace?

2 views (last 30 days)
I am working on large, multidimensional images and recently got an error in R2017a for my variable being too large (~33GB when I only have 32GB of RAM). I made a slight adjustment to decrease the size of my array and everything worked as expected.
However, once I saved the variable as a .mat file I found that the file is quite a bit smaller, ~193MB.
Why is that the case, and will there be issues when I attempt to load the file into my workspace?

Answers (1)

Walter Roberson
Walter Roberson on 27 Jul 2017
.mat -v7.3 files can use compression.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!