Reading large gz files without unzip
Afficher commentaires plus anciens
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?
Réponses (2)
Walter Roberson
le 23 Juin 2015
0 votes
You may wish to adapt the code in http://uk.mathworks.com/matlabcentral/fileexchange/32089-listzipcontents
2 commentaires
Davide
le 24 Juin 2015
Sivakandan Mani
le 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
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!