What is the maximum size of a matrix?
228 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Guillermo Schaffeld
el 7 de Jun. de 2021
Comentada: Guillermo Schaffeld
el 8 de Jun. de 2021
I want to know the maximum number of rows and columns that is possible with MATLAB.
Respuesta aceptada
Walter Roberson
el 8 de Jun. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!