Testing MATLAB to the limits!
이전 댓글 표시
MATLAB users Hello!
I need to construct 6 billion pairs of some numbers and I would like to know if there is anything that I can do to increase the performance/speed/memory of MATLAB.
I use r2012a and r2009
Thanks in advance!
댓글 수: 2
Daniel Shub
2012년 8월 9일
What exactly are you going to do with all this data? It is unlikely that you will have enough RAM to load it all into memory and then do anything with it. Even saving it to a file is going to be painful.
Yash
2012년 8월 9일
your Matlab will give out of memory error
채택된 답변
추가 답변 (1개)
Greg Heath
2012년 8월 8일
0 개 추천
help memory
doc memory
Pre-allocate space as much as possible.
Greg
카테고리
도움말 센터 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!