Language : matlab

Title User Language Tags Description Date
Simplicial Homology croftmedia MatLab

Simple program to compute simplicial homology groups of a simplicial complex. Includes "base.m", makes a collection of simplices into a simplicial complex. Written by Paul Horrocks as part of final year undergraduate mathematics project on Computational Homology. Requires Maple Kernel installed to run smith normal form operation.

March 16
Truncate Sinogram across Central Detector Bin kritisen MatLab

Truncate Sinogram across Central Detector Bin

November 15
mygui bfrank MatLab April 9, 2011
Project_OLED_Dyes bfrank MatLab April 9, 2011
Set_Parameters bfrank MatLab April 9, 2011
Simulator bfrank MatLab April 9, 2011
simCaller bfrank MatLab April 9, 2011
Optimizer bfrank MatLab April 9, 2011
Project Euler Problem 6 mju4t MatLab February 3, 2011
Histogram Styles gobbledygook88 MatLab

Plots a histogram from an external file with the frequency of each bin shown above each bar. The XTick is also the intervals of the histogram.

January 21, 2011
SR620 Code panopticon MatLab

These are two functions I wrote in MATLAB to perform the binary dump readout. There is little documentation on this outside of the manual, but I finally got it to work today. There are some superfluous bits to this code, but the essentials are there.

July 13, 2010
svmlight-wrapper.m benjamin MatLab

please leave comments on my blog. you need awk installed (obviously). Files are stored in the "/tmp/" directory, if you are on windows you might want to change that to the current directory (".").

October 29, 2009
area under the curve (AUC) benjamin MatLab

My implementation corresponding to Tom Fawcett's algorithm 3 in "roc graphs: notes and practical considerations for researchers, " 2004. Please see blog post for explanations and leave comments there.

October 29, 2009
true positive rate and false positive rate for receiver operating characteristics (ROC) and area under the curve benjamin MatLab

i assume you have T,Y element of {-1,1}, see also my AUC function.

October 29, 2009
line styles, colors, markers in matlab benjamin MatLab

This script is for generating plots with many curves, where each curve has its own marker, color, and line style. Please see my blog post for more explanations and leave comments there.

October 29, 2009