Extract contents of GNU zip file
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.
filenames = gunzip(___)
returns a cell array of
character vectors containing the relative path names of all resulting files. You can
use this syntax with any of the input argument combinations in the previous
syntaxes.