Skip to content

Description

tytell edited this page Mar 12, 2013 · 1 revision

Welcome

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:

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

Downloads

digitizeFish
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
Clone this wiki locally