multiplication gives error :out of memory
조회 수: 1 (최근 30일)
이전 댓글 표시
i have a data x of size 8640 X 183. having values like 0.1326(four values after decimal)
i want to do operation x*x'. but it gives me error that
- _ * * ??? Out of memory. Type HELP MEMORY for your options. | | * * _ *
댓글 수: 4
Cedric
2013년 10월 17일
Well, cmd memory should indicate that you have less than 600MB of contiguous memory available for storing arrays.
Azzi Abdelmalek
2013년 10월 17일
I withdraw my previous comment, when I tested a'*a , memory used by Matlab was already occupied,
답변 (1개)
Jan
2013년 10월 17일
It is recommended to search in the forum before asking a new question. You can do this by typing "Out of memory" into the field "Search MATLAB Answers" or e.g. by: http://www.mathworks.com/matlabcentral/answers/?term=Out+of+memory
You will find the same answers posted multiple times, e.g.: http://www.mathworks.com/matlabcentral/answers/60208#answer_72740
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!