From: Sofia Häggberg on 4 Aug 2010 13:16 since I get: ??? Out of memory. Type HELP MEMORY for your options. any help...?
From: us on 4 Aug 2010 13:21 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 4 Aug 2010 13:30 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 4 Aug 2010 13:33 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 4 Aug 2010 14:21 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.
|
Next
|
Last
Pages: 1 2 Prev: DISABLE NNTRAINTOOL WINDOW Next: Really need help to speed up piece of code |