Filter löschen
Filter löschen

Error in unzip a .gz file

2 Ansichten (letzte 30 Tage)
Pooja
Pooja am 11 Mär. 2014
Kommentiert: Pooja am 14 Mär. 2014
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

Akzeptierte Antwort

Dishant Arora
Dishant Arora am 11 Mär. 2014
use gunzip instead
  1 Kommentar
Pooja
Pooja am 14 Mär. 2014
Thanks Dishant
Its working

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu File Compression finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by