What is the maximum size of a matrix?
264 次查看(过去 30 天)
显示 更早的评论
I want to know the maximum number of rows and columns that is possible with MATLAB.
采纳的回答
Walter Roberson
2021-6-8
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!