Does increasing my computer's RAM allow Matlab to store and process variables of increased size?
Thank you

답변 (2개)

Walter Roberson
Walter Roberson 2015년 10월 15일

0 개 추천

If you are using 32 bit MATLAB, then increasing memory will not allow you to go larger than 3 Gb including MATLAB and all relevant libraries (and you would have to use a special boot-time flag to get 3 Gb.)
If you are using 64 bit MATLAB, then increasing memory does allow you to process larger arrays. You could also increase swap space instead of adding RAM, but swap space can be very very slow.

댓글 수: 2

Goran Marjanovic
Goran Marjanovic 2015년 10월 15일
I am using the 64 bit MATLAB. Thank you
Walter Roberson
Walter Roberson 2015년 10월 15일
Then Yes.
The limit with current 64 bit x64 processors is 256 Terabytes per node. Your computer probably doesn't have enough memory slots for that, though!

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

카테고리

도움말 센터File Exchange에서 Installation에 대해 자세히 알아보기

태그

질문:

2015년 10월 15일

댓글:

2015년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by