Posted on: 25 June 2008 in matlab, octave, code, docs
During 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.
octaverchistoutline: 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.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.