Borrar filtros
Borrar filtros

Increase Memory Available for MATLAB

5 visualizaciones (últimos 30 días)
SARAH ZAVAREH
SARAH ZAVAREH el 3 de Mzo. de 2011
I need more memory in MATLAB. Do you know how I can increase Memory Available for MATLAB. I'm using Windows XP x32 with Matlab R2010b. Thank you in advance.

Respuestas (3)

Sean de Wolski
Sean de Wolski el 3 de Mzo. de 2011
The easy way would be to buy a new computer with 64bit OS and 64bit MATLAB.
  2 comentarios
SARAH ZAVAREH
SARAH ZAVAREH el 4 de Mzo. de 2011
Good idea ;)
Jan
Jan el 4 de Mzo. de 2011
This is the most powerful solution. While the other tricks can increase the memory up to about 3GB, the 64 bit version can process 8TB in theory. Voted +1.

Iniciar sesión para comentar.


Kaustubha Govind
Kaustubha Govind el 3 de Mzo. de 2011
  2 comentarios
SARAH ZAVAREH
SARAH ZAVAREH el 4 de Mzo. de 2011
Yes I saw it. But I'm interested to know how I can increase memory available for matlab. I didn't find it there.
Jan
Jan el 4 de Mzo. de 2011
Then look at the sections "Disabling Java VM on Startup", "Increasing System Swap Space", "Using the 3GB Switch on Windows Systems", "Freeing Up System Resources on Windows Systems".

Iniciar sesión para comentar.


Jan
Jan el 3 de Mzo. de 2011
Try to reduce the memory needs of your programs.
  • Use smaller integer types for index vectors.
  • Store numerical values in SINGLE precision, if this is accurate enough.
  • Pre-allocate ever. Never let an array grow.
  • Pre-allocate absolutely really ever carefully.
  • Reduce the number of open figures.
  • Install as much RAM as possible.
  1 comentario
SARAH ZAVAREH
SARAH ZAVAREH el 4 de Mzo. de 2011
Thank you for your answer. :-)
I will try it.

Iniciar sesión para comentar.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by