Need help on Matlab memory error

1 次查看(过去 30 天)
Below is the error I got while using divagrid on Matlab. Anyone has a solution? How do I expand the available space? My computer has 16 GB of memory and it seems to be only using 1/3 of them at most.
Many thanks!
Total number of data constraint: ndata = 13743153
** ERROR - ALLODY - STORAGE OF kelos
REQUIRED SPACE27544606
AVAILABLE SPACE : 20000000
Index in position 2 exceeds array bounds.
  3 个评论
Rik
Rik 2018-9-2
Matlab needs contiguous blocks of free memory to store variables, so if your free memory is very fragmented you won't be able to make large variables. If you search for them on this forum, you should be able to find tips on how to maximize your array sizes.
Leon
Leon 2018-9-3
Thank you for the info! Any specifics on the solution? I'm unable to find any tips on how to solve this on this forum.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2018-9-3
You need to adjust a parameter and recompile. See page 181 of the user guide.
  6 个评论
Leon
Leon 2018-9-6
Unfortunately, I do not know how to use gcc/gfortran and MinGW to edit exe files, but thank you very much anyway!
Walter Roberson
Walter Roberson 2018-9-6
You would edit the .h file they indicate to change those two parameters; that would require a plain text editor.
More of a nuisance is that you would need to edit the Makefile (using a text editor) to reconfigure the locations of the include files and libraries and possibly to change the names of the compilers. It is not a big deal for someone who is accustomed to using those compilation tools, but it could certainly be somewhat baffling to someone who has not used those tools before.

请先登录,再进行评论。

更多回答(0 个)

类别

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

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by