Error using unzip (line 84)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Clodoaldo de Souza Faria Júnior
am 16 Jun. 2021
Kommentiert: Clodoaldo de Souza Faria Júnior
am 17 Jun. 2021
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.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 16 Jun. 2021
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Downloads finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!