What is the maximum size of a matrix?

조회 수: 243 (최근 30일)
Guillermo Schaffeld
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.
  댓글 수: 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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by