What is the maximum size of a matrix?
228 ビュー (過去 30 日間)
古いコメントを表示
Guillermo Schaffeld
2021 年 6 月 7 日
コメント済み: Guillermo Schaffeld
2021 年 6 月 8 日
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!