Skip to content
tytell edited this page Mar 26, 2013 · 5 revisions

These are collected general purpose Matlab functions. They are roughly organized into several general areas:

Getting the files

The best way is to clone the repository.

From the command line: git clone https://github.com/tytell/neuromech /path/to/neuromech

Or, better yet, download the github program and use that to clone. Then you can use all the nice features of git to receive updates or collaborate on further development.

If that seems too complicated, you can download one or more of the bundles on the download page and expand them in your directory of choice.

In either case, once you've done that, you'll need to set the Matlab paths appropriately. I've included a script to do that. In Matlab, do the following

cd /path/to/neuromech; install_here

Clone this wiki locally