What is the maximum size of a matrix?

243 views (last 30 days)
I want to know the maximum number of rows and columns that is possible with MATLAB.

Accepted Answer

Walter Roberson
Walter Roberson on 8 Jun 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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!