Clear Filters
Clear Filters

error loading mat file

1 view (last 30 days)
Mayss Aliyeh
Mayss Aliyeh on 19 May 2017
Answered: Walter Roberson on 19 May 2017
I have 64bit(win64) and 8GB RAM I have matfile that contains a variable struct size ~4GB, and I receive an error of loading it How should I solve this problem?

Accepted Answer

Walter Roberson
Walter Roberson on 19 May 2017
If the error is that you are running out of memory, then try increasing the size of your system swap space.
If the error is that some variable is larger than your preference, then you should go into Preferences -> Workspace and scroll down and turn off "Limit the maximum array size to a percentage of RAM"

More Answers (0)

Community Treasure Hunt

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

Start Hunting!