Is there any limitation for capacity of cell arrays?
조회 수: 19 (최근 30일)
이전 댓글 표시
Is there any limitation for capacity of cell arrays that this capacity depends on numbers of characters ?
댓글 수: 3
Fangjun Jiang
2011년 9월 18일
I don't think there is such a limit. Of course, there is a limit of your computer memory.
채택된 답변
the cyclist
2011년 9월 18일
I don't think cell arrays have any specific memory limitations, beyond the usual restrictions that would happen due to system memory, etc. You can read more details here: http://www.mathworks.com/help/techdoc/matlab_prog/brh72ex-2.html
댓글 수: 16
Jan
2011년 9월 20일
@Mohammad: Correct. With less than 4GB (actually only 3 or 3.5 depending on the hardware) a 64 bit system will not help. But RAM is cheap and installing > 4GB is the best and simplest solution, if you urgently want to operate on large data. If you do not want to expand the RAM, work with smaller data sets.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!