What is the maximum size of a matrix?

63 visualizzazioni (ultimi 30 giorni)
I want to know the maximum number of rows and columns that is possible with MATLAB.

Risposta accettata

Walter Roberson
Walter Roberson il 8 Giu 2021
The maximum number of rows or columns in MATLAB is 281474976710655 which is 2^48-1 .
However, the array must fit into memory.
See also

Più risposte (0)

Categorie

Scopri di più su Resizing and Reshaping Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by