how can i overcome this problem

조회 수: 1 (최근 30일)
ashok
ashok 2014년 1월 31일
댓글: Image Analyst 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에서 Encryption / Cryptography에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by