maximum size of matrix
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
what would be the maximum possible size of a matrix, and how to overcome this problem?
0 commentaires
Réponse acceptée
Friedrich
le 5 Août 2011
Hi,
a bit old but still valid I think:
And also more or less valid:
Since out = rand(10^9,4) gives an out of memory on 64bit but out = rand(10^9,3) works.
And you can run
[str,maxsize] = computer
in order to figure out the maximum number of elements allowed in an array with this version of MATLAB. See doc under
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!