memory and program
이전 댓글 표시
How can I estimate how much memory my program needs depends on the input values and consequently the matrices sizes generated by the input values?
While my input values generate the big size of matrix I get the "out of memory message". What is the upper limit of matrix size in MATLAB? Does it depends on the MATLAB or ability of your PC to run the program?
Is it possible to make a matrix out source? I mean to save it somewhere other than Matlab and use it during the program running?
답변 (2개)
Oleg Komarov
2011년 4월 17일
0 개 추천
Walter Roberson
2011년 4월 17일
0 개 추천
The upper limit of matrix sizes in MATLAB is believed to be 2 Exbibyte -- though the largest system that I have heard of that stock MATLAB would execute on unchanged is a 2048 core system with 160 terabytes of main memory.
카테고리
도움말 센터 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!