dlsorder / MatlabSupport

Commonly used 3rd party source code for Matlab - sometimes with some minor fixes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation
============

  cd /path/todir/where/you/keep/code
  git clone git://github.com/jefferis/MatlabSupport.git

Now add /path/todir/where/you/keep/code/MatlabSupport to your Matlab path

  http://www.mathworks.co.uk/help/techdoc/ref/path.html
  
Adding more packages
====================

If you want to add a new matlab package (or other code)

1) make a new directory for the code (removing any version numbers)
2) include the original license if it exists
3) make sure that your git converts any Windows CRLF to LF on checkin. I have set the text attribute for most common source code files in .gitattributes.  
4) git add all the files you want.
4a) think about whether you want to add compiled mex files. The default is to ignore them and this is preferred unless they were very difficult to compile for some reason.
5) git commit with a sensible message including version number of package

License
=======

All code obviously retains the license/copyright of the original authors.

About

Commonly used 3rd party source code for Matlab - sometimes with some minor fixes


Languages

Language:C++ 46.4%Language:MATLAB 34.9%Language:HTML 13.6%Language:C 5.0%Language:TeX 0.1%