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 个)
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!