View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
SteveM SteveM is offline
external usenet poster
 
Posts: 133
Default out of memory problem! what to do for large matrix operations?

What are you trying to do? Is this really a MATLAB problem? See:

http://www.mathworks.com/products/ma...ctionlist.html

SteveM


MCM wrote:
hi guys,

I am trying to solve some big numerical problems with VBA excel code
but when the dimension of matrix reaches to a critical number, for
example 7000x7000, compiler gives
"out of memory" problem. what to do in this situation?

thanks.