-
Notifications
You must be signed in to change notification settings - Fork 5
Home
These are collected general purpose Matlab functions. They are roughly organized into several general areas:
- variable handling functions. Primarily for moving variables around between files, the base workspace, and calling functions.
- many functions for graphics. Improvements to several existing plot styles, and many functions for easier manipulation of plots.
- functions for angular statistics. A toolbox for angular statistics.
- digitizeFish. A set of (rather old) routines for digitizing silhouettes of swimming fish.
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