From: Laura on
I'm getting a "timeout" failure, even though my program runs on my laptop in about 60 seconds. I suspect the real reason is a memory problem. I am creating large matrices that require several GB of memory. What is the memory limit for running the programs?
From: per isakson on
"Laura " <sim_guru(a)hotmail.com> wrote in message <hrd9c4$1n4$1(a)fred.mathworks.com>...
> I'm getting a "timeout" failure, even though my program runs on my laptop in about 60 seconds. I suspect the real reason is a memory problem. I am creating large matrices that require several GB of memory. What is the memory limit for running the programs?

This submission i the Fíle Exchange might help

"Handling Large Data Sets Efficiently in MATLAB
by Stuart McGarrity "

Do you have a 32 or 64-bit system?

/per