I' am facing a error"Out of memory. Type HELP MEMORY for your options."
조회 수: 4 (최근 30일)
이전 댓글 표시
How can I get rid out of it
댓글 수: 0
답변 (2개)
Jos (10584)
2014년 3월 21일
Use less memory …
This means your matrices are too large. Do you really need to keep all data in your working memory? Can you chunk your data and parse each chunk separately?
댓글 수: 0
Chandrasekhar
2014년 3월 21일
편집: Chandrasekhar
2014년 3월 21일
you can adjust your matlab heap memory if you are working with very huge data. go to matlab>>file>>preferences and follow the screen shot below. you can move the pointer and select your size.

댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!