Skip to content

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

Notifications You must be signed in to change notification settings

jefferislab/MatlabSupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a7c7e1 · Jul 30, 2013

History

63 Commits
May 25, 2010
Oct 29, 2011
Mar 15, 2011
Feb 27, 2012
Jul 30, 2013
Sep 4, 2011
Feb 28, 2012
Feb 19, 2012
Sep 5, 2011
Sep 5, 2011
Sep 5, 2011

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published