Out of memory error in BWT encoder code
이전 댓글 표시
Hi guys
I tried to use BTW encoder from following link: http://www.mathworks.com.au/matlabcentral/fileexchange/4904-bwt-encoder-and-decoder/content/bwt_matlab_code/bwtenc.m
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
답변 (1개)
David Sanchez
2013년 5월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!