필터 지우기
필터 지우기

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 CenterFile Exchange에서 File Compression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by