Reading large gz files without unzip
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Walter Roberson
el 23 de Jun. de 2015
You may wish to adapt the code in http://uk.mathworks.com/matlabcentral/fileexchange/32089-listzipcontents
2 comentarios
Sivakandan Mani
el 26 de Mayo de 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
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!