MATLAB: How to unzip files using loop

dirmovefileunzipzip

i have 1000 .zip files in single folder. i need to unzip all these and store in new folder using loop statement r any in matlab..help me with this..i don't want to waste time by doing unzipping manually

Best Answer

You could help others helping yourself by providing information of what you already have tried. Right now I only can say use the commands DIR, FOR and UNZIP and you are done.
Related Question