MATLAB: Read *.mat files inside a zip file without extracting(/unzipping) the zip file

data importextractingread .zipunzippingzipzip files

Hello Everybody
I have several zip files with large sizes, each of them contains at least 500 mat files and each of these mat files is a large matrix containing numbers, e.g. 8000*2000 double.
I don't have enough free space to extract these zip files and then import the data inside these matrices. So, I want to know is there any possibility to read these matrices without unzipping these zip files?
Thank you in advance