What is the maximum size of a matrix?
243 views (last 30 days)
Show older comments
Guillermo Schaffeld
on 7 Jun 2021
Commented: Guillermo Schaffeld
on 8 Jun 2021
I want to know the maximum number of rows and columns that is possible with MATLAB.
Accepted Answer
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
0 Comments
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!