Borrar filtros
Borrar filtros

Error in unzip a .gz file

2 visualizaciones (últimos 30 días)
Pooja
Pooja el 11 de Mzo. de 2014
Comentada: Pooja el 14 de Mzo. de 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

Respuesta aceptada

Dishant Arora
Dishant Arora el 11 de Mzo. de 2014
use gunzip instead
  1 comentario
Pooja
Pooja el 14 de Mzo. de 2014
Thanks Dishant
Its working

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre File Compression 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!

Translated by