Filter löschen
Filter löschen

maximum size of matrix

2 Ansichten (letzte 30 Tage)
Talaria
Talaria am 5 Aug. 2011
what would be the maximum possible size of a matrix, and how to overcome this problem?

Akzeptierte Antwort

Friedrich
Friedrich am 5 Aug. 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

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by