A collection of useful Matlab m-files that I have accumulated over the years.
Dan Swain, dan.t.swain@gmail.com
"Installation" here just means adding the folder to your Matlab path. The first step is to clone this repository:
git clone git://github.com/dantswain/m-files.git
Alternatively, you can download the zip file from https://github.com/dantswain/m-files but with git you'll have the ability to easily pull changes and additions.
Once you have the files, you can either manually add the directory to the Matlab path or just run the install script to do it automatically. You should only have to do this once.
More documentation coming later. The individual files are documented as well.