MATLAB: Error using load Out of memory. Type HELP MEMORY for your options.

gbloadmemorysavevaraible size

I cannot load a variable (info.mat) file with size 973 MB. It shows
Error using load
Out of memory. Type HELP MEMORY for your options.
Can Anyone suggest what to do?
Help is greaty appriciated.

Best Answer

Did you do as suggested and actually check your memory?
>> memory
Maximum possible array: 2745 MB (2.878e+09 bytes) *
Memory available for all arrays: 2745 MB (2.878e+09 bytes) *
Memory used by MATLAB: 2578 MB (2.703e+09 bytes)
Physical Memory (RAM): 8097 MB (8.490e+09 bytes)
* Limited by System Memory (physical + swap file) available.
Related Question