Out of Memory on block error

1 view (last 30 days)
James
James on 25 Sep 2012
i have computer that is 32 bits. and to extend the memory on the computer, i have changed the memory size in my computer from the property -> advanced-> change memory. However all of these methods didn't solve the problem of "Out of Memory" If ther is any other way of solving this problem let me know
Thank you

Answers (1)

Walter Roberson
Walter Roberson on 25 Sep 2012
Sounds like an MS Windows machine? If so, then use the command
memory
before running anything to find out what you have available.
If your 32 bit program needs more than 2 gigabytes of memory, then you will run into problems (though there is a way to push that limit to 3 gigabytes.) Adding more physical memory will not allow you to go past the 2 Gb / 3 Gb limit -- you would need to go to 64 bit MATLAB for that.

Community Treasure Hunt

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

Start Hunting!