Regarding the size of matrix that Matlab can handle
Ältere Kommentare anzeigen
How big matrix that matlab can handle? In my project, the program may need to generate and operate on a matrix with size of 50000*5000, and each entry is a double value.
2 Kommentare
Walter Roberson
am 15 Feb. 2012
Would this be a sparse matrix or not sparse?
liangjian
am 16 Feb. 2012
Akzeptierte Antwort
Weitere Antworten (2)
Andreas Goser
am 15 Feb. 2012
0 Stimmen
On 32 bit Windows machines - still the most common platform - a practical size of matrices ends with about 500MB. Always remember that you need memory for the operation and simply loading is not enough.
Gregory Vernon
am 15 Feb. 2012
0 Stimmen
You could look for ways to reduce your grid size. Are there symmetries you can take advantage of? Can you use a skewed or adaptive mesh? Do you NEED double precision?
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!