MATLAB / Octave Code and Docs
Jun 25, 2008During the course of my PhD, and undergraduate degree, I’ve amassed quite a lot of MATLAB code, and knowledge.
This page will be the where I try to share some of that knowledge and code.
Documents:
Code on GitHub
- Scattered Image Toolkit: A work in progress toolkit to provide Octave with functions for the analysis and interpolation of 2-D scattered data (scattered images). MIT licensed.
- My dotfiles repository contains my
octaverc
Code on the Mathworks File Exchange:
histoutline
: Plot a histogram outline.secplot
: Plot given theta and phi values as a series of wedges of equal width.plot_colorbar
: Plot a colorbar as a figure for publication.last_modified
: Return the last modified file(s) in a given directory or glob.- Diffusion Distance: Calculate the diffusion distance between histograms
Other Stuff
I maintain the MATLAB bundle for TextMate. Grab it using the following commands:
export LC_CTYPE=en_US.UTF-8
mkdir -p ~/Library/Application Support/TextMate/Bundles
cd ~/Library/Application Support/TextMate/Bundles
svn co http://macromates.com/svn/Bundles/trunk/Bundles/Matlab.tmbundle
Then join the Google group to discuss things you’d like to see added, bugs, or other changes.