how can i overcome this problem

1 次查看(过去 30 天)
ashok
ashok 2014-1-31
J = entropyfilt(I);
Out of memory. Type HELP MEMORY for your options.
Error in entropyfilt (line 89) J = J(idx{:});
  2 个评论
Walter Roberson
Walter Roberson 2014-1-31
What result did you get when, at the command line, you gave the command
help memory
Image Analyst
Image Analyst 2014-1-31
What is the size of I? What does this say
whos I
size(I)

请先登录,再进行评论。

回答(1 个)

David Sanchez
David Sanchez 2014-1-31
  1 个评论
Walter Roberson
Walter Roberson 2014-1-31
Caution: if you start swapping to disk, your system will likely get very slow. Unless you don't mind waiting around 2 hours in between clicks or typing characters, it would not be at all uncommon to end up rebooting the system due to not being able to get its attention to stop running the MATLAB session that is tying up memory.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by