how to solve out of memory error in command window?

11 visualizaciones (últimos 30 días)
Aditya Ranjan
Aditya Ranjan el 6 de Dic. de 2021
Respondida: Kiran Felix Robert el 9 de Dic. de 2021
Upon running code for large number of iteration, in command window, it displays that matrix size has exceeded the limit (127 Gb). Also, some time it displays out of memory as error.
  1 comentario
Walter Roberson
Walter Roberson el 6 de Dic. de 2021
Do smaller calculations, or stop iterating earlier.
Depending exactly what you are doing, in some cases it helps to clear variables that you no longer need the value of.

Iniciar sesión para comentar.

Respuestas (1)

Kiran Felix Robert
Kiran Felix Robert el 9 de Dic. de 2021
Hi Aditya,
In Addition to the suggested resolution, take a look at the MATLAB Answers thread at

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by