Main Content
gunzip
Extract contents of GNU zip file
Description
gunzip(
extracts the
archived contents of each file in gzipfilenames
)gzipfilenames
to the folder
containing gzipfilenames
. gunzip
does not
delete the original GNU zip files.
gunzip
recursively extracts the content in folders.
gunzip
can extract files from your local system or files
from an Internet URL.
gunzip(
extracts gzipfilenames
,outputfolder
)gzipfilenames
into outputfolder
.
If outputfolder
does not exist, MATLAB® creates it.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a