What is the maximum size of a matrix?
조회 수: 243 (최근 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!