What is the maximum size of a matrix?

228 ビュー (過去 30 日間)
Guillermo Schaffeld
Guillermo Schaffeld 2021 年 6 月 7 日
I want to know the maximum number of rows and columns that is possible with MATLAB.
  1 件のコメント
Guillermo Schaffeld
Guillermo Schaffeld 2021 年 6 月 8 日
Excellent.
Thank you very much.
Best regards
Guillermo

サインインしてコメントする。

採用された回答

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

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by