Matlab functions
The following are a collection of simple matlab functions that I have written that I find myself commonly using. Enjoy!
- subplott - specify the row and column you want to plot when using subplot
- fivepointderivative - calculate the five point derivative, a numerical method to use with noisy data
Cell functions
The following functions perform the equivalent function on a cell array
Struct functions
These are similar, but for structs
Jason Friedman, 2011
Back to the software page