Hi, I am working in code that generates large array values which increases with every iteration of monte carlo simulation. To get accurate result, I need to run the code for large iteration values. However, somehere whlike running, the code stops working stating "out of memory". At the end of the loop I need to perform some arithmatic operation on the values of the array generated. Can you please help me on how can I work with large arrays?
3 Comments
KALYAN ACHARJYA (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/491690-to-do-arithmetic-operations-with-large-arrays-going-out-of-memory-space#comment_768478
James Tursa (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/491690-to-do-arithmetic-operations-with-large-arrays-going-out-of-memory-space#comment_768589
Stephen Cobeldick (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/491690-to-do-arithmetic-operations-with-large-arrays-going-out-of-memory-space#comment_768844
Sign in to comment.