MATLAB: How to use files from file exchange

file exchangefiles

So I want to plot with 3 y axis and found some awesome work of people who shared them on file exchange.
How do I integrate them properly in my code ? Do I have to dl them and add them to same folder? If yes, how can I call them? Do I use their file name ?

Best Answer

Download the .zip files.
Decompress same.
The result will be a directory. Add that directory to your search path. Pathtool is a good tool for this purpose.
Save the modified search path, so the next time you get into MATLAB, it will remember them.