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.