memory and program
Afficher commentaires plus anciens
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?
Réponses (2)
Oleg Komarov
le 17 Avr 2011
0 votes
Walter Roberson
le 17 Avr 2011
0 votes
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.
Catégories
En savoir plus sur Multidimensional Arrays dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!