Problem while running a code

2 visualizaciones (últimos 30 días)
REEMA MOHANTY
REEMA MOHANTY el 14 de Abr. de 2021
Editada: REEMA MOHANTY el 19 de Abr. de 2021
Hii Everyone.
While running a code ,I am getting a specific error.Could anyone help me to find the find the answer?
"Requested 42303x42303 (13.3GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more information."
  3 comentarios
DGM
DGM el 15 de Abr. de 2021
It would be helpful if you posted the code that is causing the error. If you don't intend to be creating an array that large, then your problem is in the code. If you do intend to create such a large array and don't have the memory to spare, consider seeing if your problem can either be solved in chunks or using a narrower numeric class.
REEMA MOHANTY
REEMA MOHANTY el 19 de Abr. de 2021
Editada: REEMA MOHANTY el 19 de Abr. de 2021
Thanks Sung Jung Cho and DGM .I have looked into it. I will solve it in chunks.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Operators and Elementary Operations 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