Pass out of memory

조회 수: 1 (최근 30일)
Ali Shahmoradi
Ali Shahmoradi 2023년 1월 13일
댓글: Ali Shahmoradi 2023년 1월 14일
I want to calculate the solutions of some huge linear system of equations by backslash function and save the norm of solutions in a excel file, and I don't want Matlab stopped when for some cases it has "Out of Memory". Please let me know how can I solve this problem

답변 (1개)

Walter Roberson
Walter Roberson 2023년 1월 13일
You could add more ram.
In some cases you might be able to use sparse matrices.
In some cases you might be able to use tall() arrays.
  댓글 수: 4
Walter Roberson
Walter Roberson 2023년 1월 13일
Huh, I did not think it was possible to catch out-of-memory, but testing I see that it is in at least some cases.
Ali Shahmoradi
Ali Shahmoradi 2023년 1월 14일
Thanks, It worked

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by