How to read a zipped file without unzipping it

106 views (last 30 days)
CR
CR on 10 Jan 2014
Commented: Walter Roberson on 13 Jan 2014
I am dealing with a large number of zipped files. If I unzip each file (unzip function writes the extracted big file somewhere), it takes a quite long time. Is there any way to read the file within the zip directly without extracting and writing out the file? Can anyone help with this?

Answers (1)

Walter Roberson
Walter Roberson on 11 Jan 2014
Edited: Walter Roberson on 13 Jan 2014
  2 Comments
CR
CR on 13 Jan 2014
Thanks for the link, but it seems that the link doesn't give an answer to my question. I would like to directly read the contents of the file within the zip file without unzipping it.

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!