필터 지우기
필터 지우기

how to resolve maximum array sizes errors? I'm having this error

조회 수: 2 (최근 30일)
Ahmed Rageh
Ahmed Rageh 2017년 10월 27일
답변: Walter Roberson 2017년 10월 27일
Requested 1x6863847424 (51.1GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more information

답변 (1개)

Walter Roberson
Walter Roberson 2017년 10월 27일
Install more memory on your computer. A lot more memory. Probably at least another 128 gigabytes (because once you create an array that big, chances are you are going to make at least one modified copy of it, even if only temporarily.)
... Or you could have another look at your code, and figure out whether you really need an array that big.
In some cases you might be able to use "tall arrays".

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by