Error out of memory

2 次查看(过去 30 天)
Emilcy Felipe C de Paula
Hello, i created a algoritm and it need to run some matrixs, i runned for several cases but when was necessary to run a matrix 20402x20402 after 2 hours occorred an error, about "out of memory" it is very important accomplishment this stage. There is a way to set right this?

回答(1 个)

James Tursa
James Tursa 2018-10-23
编辑:James Tursa 2018-10-23
Type the following at the command line:
dbstop if error
Then run your code. When the error occurs, the code will pause with all variables intact. Examine the sizes etc involved to figure out why your code is requesting too much memory. A numeric matrix size 2040x2040 by itself isn't going to be a problem on any modern machine, so there must be something else going on (e.g., maybe you are storing a bunch of these in a loop and you finally broke the bank, etc).
  1 个评论
Emilcy Felipe C de Paula
编辑:Emilcy Felipe C de Paula 2018-10-24
Sorry, the size of matrix was actually 20402x20402 , i made a mistake

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by