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!