Pass out of memory

1 Ansicht (letzte 30 Tage)
Ali Shahmoradi
Ali Shahmoradi am 13 Jan. 2023
Kommentiert: Ali Shahmoradi am 14 Jan. 2023
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

Antworten (1)

Walter Roberson
Walter Roberson am 13 Jan. 2023
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 Kommentare
Walter Roberson
Walter Roberson am 13 Jan. 2023
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 am 14 Jan. 2023
Thanks, It worked

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by