Reading large gz files without unzip
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
Walter Roberson
2015-6-23
You may wish to adapt the code in http://uk.mathworks.com/matlabcentral/fileexchange/32089-listzipcontents
2 个评论
Sivakandan Mani
2019-5-26
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!