From: Sofia Häggberg on
since I get:
??? Out of memory. Type HELP MEMORY for your options.

any help...?
From: us on
On Aug 4, 7:16 pm, "Sofia Häggberg" <hd.int.assNOS...(a)gmail.com>
wrote:
> since I get:
> ??? Out of memory. Type HELP MEMORY for your options.
>
> any help...?

???
did you do what the error message told you to do(?)...

us
From: Joseph on
Sofia,
you are probably limited by the memory on your machine. Type
memory

in MatLab's command window to see what's available

Your matrix will contain 3*10^9 double elements... that's a lot of space.

Do you need doubles? Check out
doc zeros

for ways to reduce the memory needed for this array

"Sofia Häggberg" <hd.int.assNOSPAM(a)gmail.com> wrote in message <i3c78o$igm$1(a)fred.mathworks.com>...
> since I get:
> ??? Out of memory. Type HELP MEMORY for your options.
>
> any help...?
From: Sean on
us <us(a)neurol.unizh.ch> wrote in message <3f3c07de-07ed-420d-a762-2d5098db2683(a)w30g2000yqw.googlegroups.com>...
> On Aug 4, 7:16 pm, "Sofia Häggberg" <hd.int.assNOS...(a)gmail.com>
> wrote:
> > since I get:
> > ??? Out of memory. Type HELP MEMORY for your options.
> >
> > any help...?
>
> ???
> did you do what the error message told you to do(?)...
>
> us

8 (Bytes)/(element)*(100000*3000 elements) = 2.4*10^9 bytes. You'll need a 64bit system and a lot of RAM to do that...
From: Walter Roberson on
Sofia Häggberg wrote:
> since I get:
> ??? Out of memory. Type HELP MEMORY for your options.
>
> any help...?

It would help if you replied to the points I mentioned before:

- Are you using a 32 bit or 64 bit Matlab on your OSX 10.6 system?

- How much RAM do you have?

- How much swap space have you configured?


Unfortunately I do not know a command-line way to determine the configured
swap space in OSX 10.6.