フィルターのクリア

Error in unzip a .gz file

2 ビュー (過去 30 日間)
Pooja
Pooja 2014 年 3 月 11 日
コメント済み: Pooja 2014 年 3 月 14 日
I tried to unzip a file named RETSD_MODMD_G13_GEC_2010171_22_gfsTfg_regWfg.gz with following command
unzip('I:\GOES_DATA\G13\RETSD_MODMD_G13_GEC_2010171_22_gfsTfg_regWfg.gz');
but the error is
Error using ==> unzip at 85 Invalid zip file "I:\GOES_DATA\G13\RETSD_MODMD_G13_GEC_2010171_22_gfsTfg_regWfg.gz".
Error in ==> GOES_UNZIP at 5 file=unzip('I:\GOES_DATA\G13\RETSD_MODMD_G13_GEC_2010171_22_gfsTfg_regWfg.gz');
Please help me to solve the problem

採用された回答

Dishant Arora
Dishant Arora 2014 年 3 月 11 日
use gunzip instead
  1 件のコメント
Pooja
Pooja 2014 年 3 月 14 日
Thanks Dishant
Its working

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Compression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by