What is the maximum size of a matrix?
264 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Guillermo Schaffeld
le 7 Juin 2021
Commenté : Guillermo Schaffeld
le 8 Juin 2021
I want to know the maximum number of rows and columns that is possible with MATLAB.
Réponse acceptée
Walter Roberson
le 8 Juin 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
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!