MATLAB: Where do I unzip files I download from File Exchange

exchangefexzip

I downloaded a file from the file exchange session and would like to know where I need to unzip the file so i can use it.
I am a rookie user to matlab so sorry if this is a novice question. 🙂

Best Answer

I unzip files in my favourite browser (Firefox). Just right-click on ‘Download zip’ then ‘Open link in new tab’. An application choice then comes up (Windows Explorer) that unzips it automatically. Be sure to copy the folder of unzipped files to your MATLAB user path, and use addpath to add it to your user path. They should then be available to you.