-
Notifications
You must be signed in to change notification settings - Fork 5
Description
tytell edited this page Mar 12, 2013
·
1 revision
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.
The best way is to clone the repository:
hg clone -b stable https://franklin.ccs.tulane.edu/mercurial/tytell-matlab /path/to/tytell-matlab
Then you can use all the nice features of git to update the files 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
- Moderately user friendly package for tracking the midline of a fish from videos.
- Download digitizeFish.zip or
- Clone the branch:
hg clone -b digitizeFish https://franklin.ccs.tulane.edu/mercurial/tytell-matlab