Out of memory on MATLAB
- by Eric Sánchez
I'm trying to run a script on matlab_2011a, which calculate same means for a climatology of 50 years. When I started to run the script for all the years it worked fine until the iteration 20th, and then appeared the message:
Out of memory. Type HELP MEMORY for your options.
Then I used clear v1 v2 v3 ... to clear all the variables inside the…