Reading large gz files without unzip
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to go into a very large dataset that is made of many large .gz files (each of 1GB). In the UNIX shell it is possible to explore them without unzipping using the command:
gzcat
Is there something equivalent for Matlab?
0 Kommentare
Antworten (2)
Walter Roberson
am 23 Jun. 2015
You may wish to adapt the code in http://uk.mathworks.com/matlabcentral/fileexchange/32089-listzipcontents
2 Kommentare
Sivakandan Mani
am 26 Mai 2019
Hi Davide,
could you processes your data in matlab,
I have similar kind of problem. If you dont mind could you help me?
With regards,
Siva
Siehe auch
Kategorien
Mehr zu Spreadsheets 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!