Are there any Matrix size limitations when running MATLAB R2006a on a 64-bit Windows operating system?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am running MATLAB R2006a on a Windows XP x64 machine.
채택된 답변
MathWorks Support Team
2009년 6월 27일
Historically, MATLAB matrices have been limited in size to those that would fit in a 32-bit address space. Some of those limitations have been lifted, but some remain. Specifically, the data type used to index into an mxArray is still a 32-bit signed integer. This limits the number of elements in any one array to INT_MAX-1, or 2147483646 (approximately 2*10^9). With this limit, you can create matrices up to 16 GB (for doubles). You can create as many of these as your machine has memory to support.
댓글 수: 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!