What is the maximum size of a matrix?

228 visualizaciones (últimos 30 días)
Guillermo Schaffeld
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.
  1 comentario
Guillermo Schaffeld
Guillermo Schaffeld el 8 de Jun. de 2021
Excellent.
Thank you very much.
Best regards
Guillermo

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
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

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by