필터 지우기
필터 지우기

Increase Memory Available for MATLAB

조회 수: 5 (최근 30일)
SARAH ZAVAREH
SARAH ZAVAREH 2011년 3월 3일
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.

답변 (3개)

Sean de Wolski
Sean de Wolski 2011년 3월 3일
The easy way would be to buy a new computer with 64bit OS and 64bit MATLAB.
  댓글 수: 2
SARAH ZAVAREH
SARAH ZAVAREH 2011년 3월 4일
Good idea ;)
Jan
Jan 2011년 3월 4일
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.

댓글을 달려면 로그인하십시오.


Kaustubha Govind
Kaustubha Govind 2011년 3월 3일
  댓글 수: 2
SARAH ZAVAREH
SARAH ZAVAREH 2011년 3월 4일
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 2011년 3월 4일
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".

댓글을 달려면 로그인하십시오.


Jan
Jan 2011년 3월 3일
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
SARAH ZAVAREH
SARAH ZAVAREH 2011년 3월 4일
Thank you for your answer. :-)
I will try it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by