How can I extract a .zipx file using Matlab
조회 수: 4 (최근 30일)
이전 댓글 표시
Is it possible to unzip .zipx files in matlab?
I receive the following error: ??? Error using ==> unzip at 70 Invalid zip file
댓글 수: 0
답변 (1개)
Walter Roberson
2012년 10월 2일
Looking at http://kb.winzip.com/kb/entry/7/ I see that the .zipx compression methods include: BZip LZMA PPMd Jpeg and Wavpack. I would be surprised if MATLAB's unzip can handle any of those other than perhaps BZip.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 File Compression에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!