how can i overcome this problem

J = entropyfilt(I);
Out of memory. Type HELP MEMORY for your options.
Error in entropyfilt (line 89) J = J(idx{:});

2 Kommentare

What result did you get when, at the command line, you gave the command
help memory
What is the size of I? What does this say
whos I
size(I)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

David Sanchez
David Sanchez am 31 Jan. 2014

0 Stimmen

1 Kommentar

Walter Roberson
Walter Roberson am 31 Jan. 2014
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

am 31 Jan. 2014

Kommentiert:

am 31 Jan. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by