Borrar filtros
Borrar filtros

Out of memory error in BWT encoder code

1 visualización (últimos 30 días)
Mojgan
Mojgan el 10 de Mayo de 2013
Hi guys
But when I send it a .pdf file of article for example 20 pages or more,I get following error:
Out of memory. Type HELP MEMORY for your options.
Error in bwtenc (line 32) to_sort=zeros(length(a),length(a),'int32');
Do you have any suggestion to improve the BWT code?
Regards Mojgan

Respuestas (1)

David Sanchez
David Sanchez el 10 de Mayo de 2013
The BTW is designed for .txt files, not .pdf. I'm not an expert in .pdf encryption, but I think it's quite different from .txt's.
  1 comentario
Mojgan
Mojgan el 10 de Mayo de 2013
It doesn't matter.I can convert it to .txt
It works with both of them but the problem is that when the file is big,it can't manage the memory

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by