フィルターのクリア

Error using: Out of memory

3 ビュー (過去 30 日間)
Doriana
Doriana 2013 年 7 月 25 日
Buongiorno,
sto lavorando con model based clustering e dopo aver classificato 15 cluster matlab si è fermato e mi segnala un error Using: out of memory. Come posso configurare matlab in modo tale da poter ottimizzare la memoria?
Le caratteristiche del mio pc sono: Memoria installata (RAM: 4.0 GB (3.0 GB utilizzabile) Tipo sistema: Sistema operativo a 32 bit
Vi ringrazio
Doriana Hoti mail: Doriana.Hoti@Cedacri.it
  1 件のコメント
Daniel Shub
Daniel Shub 2013 年 7 月 25 日
Google translate says:
Good morning,
I'm working with model-based clustering and cluster matlab ranked 15th after he stopped and gives me an error Using: out of memory. How do I set matlab so that you can optimize your memory?
The characteristics of my PC are: Installed memory (RAM: 4.0 GB (3.0 GB usable) System type: 32-bit operating system
thank you

サインインしてコメントする。

採用された回答

Iain
Iain 2013 年 7 月 25 日
Hello,
"Out of memory" errors typically occur because your code is trying to store a single large array, and it will not fit (contiguously) into the system RAM.
Large arrays can be duplicated when either they are passed into functions, and when increasing the size of the array.
The command "pack" can be used to move memory to attempt to increase the amount of contiguous memory is available. Pack only works at commandline.
Ciao.
  4 件のコメント
Doriana
Doriana 2013 年 7 月 25 日
understand.....:(
Iain
Iain 2013 年 7 月 25 日
If you save your data to file instead of letting arrays grow too large, you will be able to run your code "indefinitely".

サインインしてコメントする。

その他の回答 (1 件)

Doriana
Doriana 2013 年 7 月 25 日
Thank you for answering me. So, I have to type the command "pack" in the command window , but when?? when I get the error or before running the program??

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by