Error using unzip (line 84)

조회 수: 10 (최근 30일)
Clodoaldo de Souza Faria Júnior
I need to unzip files automatically in my matlab and when I use the unzip function, I can't unzip a file ending in .sp3.zip.
I need a solution, being able to use some external command, anything, however, needs to be fast because I will work with a large volume of data.
Attached is an example of the data I'm trying to unzip and can't.

채택된 답변

Walter Roberson
Walter Roberson 2021년 6월 16일
The file is not zip and is not gzip either.
If you happen to be using Mac or Linux, then rename the file to end with .Z and then use the system uncompress utility
!cp igs18143.sp3.zip igs18143.sp3.Z
!uncompress *.Z
  댓글 수: 5
Walter Roberson
Walter Roberson 2021년 6월 17일
Which decompress program did you end up using?
Clodoaldo de Souza Faria Júnior
I used 7-zip

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by