<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/matlab</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 03:12:22 GMT</pubDate>
<item>
<title>(MatLab) Simplicial Homology - croftmedia</title>
<link>http://snipplr.com/view/70442/simplicial-homology/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Sat, 16 Mar 2013 02:22:29 GMT</pubDate>
<guid>http://snipplr.com/view/70442/simplicial-homology/</guid>
</item>
<item>
<title>(MatLab) Truncate Sinogram across Central Detector Bin - kritisen</title>
<link>http://snipplr.com/view/68569/truncate-sinogram-across-central-detector-bin/</link>
<description><![CDATA[ <p>Truncate Sinogram across Central Detector Bin</p> ]]></description>
<pubDate>Thu, 15 Nov 2012 07:00:06 GMT</pubDate>
<guid>http://snipplr.com/view/68569/truncate-sinogram-across-central-detector-bin/</guid>
</item>
<item>
<title>(MatLab) Simulator - bfrank</title>
<link>http://snipplr.com/view/51833/simulator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Apr 2011 19:52:34 GMT</pubDate>
<guid>http://snipplr.com/view/51833/simulator/</guid>
</item>
<item>
<title>(MatLab) Set_Parameters - bfrank</title>
<link>http://snipplr.com/view/51832/setparameters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Apr 2011 19:51:45 GMT</pubDate>
<guid>http://snipplr.com/view/51832/setparameters/</guid>
</item>
<item>
<title>(MatLab) Optimizer - bfrank</title>
<link>http://snipplr.com/view/51831/optimizer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Apr 2011 19:50:31 GMT</pubDate>
<guid>http://snipplr.com/view/51831/optimizer/</guid>
</item>
<item>
<title>(MatLab) simCaller - bfrank</title>
<link>http://snipplr.com/view/51830/simcaller/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Apr 2011 19:48:43 GMT</pubDate>
<guid>http://snipplr.com/view/51830/simcaller/</guid>
</item>
<item>
<title>(MatLab) mygui - bfrank</title>
<link>http://snipplr.com/view/51828/mygui/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Apr 2011 19:43:32 GMT</pubDate>
<guid>http://snipplr.com/view/51828/mygui/</guid>
</item>
<item>
<title>(MatLab) Project_OLED_Dyes - bfrank</title>
<link>http://snipplr.com/view/51827/projectoleddyes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Apr 2011 19:41:48 GMT</pubDate>
<guid>http://snipplr.com/view/51827/projectoleddyes/</guid>
</item>
<item>
<title>(MatLab) Project Euler Problem 6 - mju4t</title>
<link>http://snipplr.com/view/48335/project-euler-problem-6/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Feb 2011 15:59:31 GMT</pubDate>
<guid>http://snipplr.com/view/48335/project-euler-problem-6/</guid>
</item>
<item>
<title>(MatLab) Histogram Styles - gobbledygook88</title>
<link>http://snipplr.com/view/47635/histogram-styles/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Fri, 21 Jan 2011 07:19:53 GMT</pubDate>
<guid>http://snipplr.com/view/47635/histogram-styles/</guid>
</item>
<item>
<title>(MatLab) SR620 Code - panopticon</title>
<link>http://snipplr.com/view/37204/sr620-code/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Tue, 13 Jul 2010 12:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/37204/sr620-code/</guid>
</item>
<item>
<title>(MatLab) line styles, colors, markers in matlab - benjamin</title>
<link>http://snipplr.com/view/22112/line-styles-colors-markers-in-matlab/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Thu, 29 Oct 2009 16:03:17 GMT</pubDate>
<guid>http://snipplr.com/view/22112/line-styles-colors-markers-in-matlab/</guid>
</item>
<item>
<title>(MatLab) true positive rate and false positive rate for receiver operating characteristics (ROC) and area under the curve - benjamin</title>
<link>http://snipplr.com/view/22110/true-positive-rate-and-false-positive-rate-for-receiver-operating-characteristics-roc-and-area-under-the-curve/</link>
<description><![CDATA[ <p>i assume you have T,Y element of {-1,1}, see also my AUC function.</p> ]]></description>
<pubDate>Thu, 29 Oct 2009 15:15:27 GMT</pubDate>
<guid>http://snipplr.com/view/22110/true-positive-rate-and-false-positive-rate-for-receiver-operating-characteristics-roc-and-area-under-the-curve/</guid>
</item>
<item>
<title>(MatLab) area under the curve (AUC) - benjamin</title>
<link>http://snipplr.com/view/22109/area-under-the-curve-auc/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Thu, 29 Oct 2009 15:12:37 GMT</pubDate>
<guid>http://snipplr.com/view/22109/area-under-the-curve-auc/</guid>
</item>
<item>
<title>(MatLab) svmlight-wrapper.m - benjamin</title>
<link>http://snipplr.com/view/22106/svmlightwrapperm/</link>
<description><![CDATA[ <p>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 (".").</p> ]]></description>
<pubDate>Thu, 29 Oct 2009 14:09:35 GMT</pubDate>
<guid>http://snipplr.com/view/22106/svmlightwrapperm/</guid>
</item>
<item>
<title>(MatLab) 統一發票期望值 - Feb30th1712</title>
<link>http://snipplr.com/view/4802//</link>
<description><![CDATA[ <p>期望值為0.97018</p> ]]></description>
<pubDate>Mon, 28 Jan 2008 00:25:59 GMT</pubDate>
<guid>http://snipplr.com/view/4802//</guid>
</item>
<item>
<title>(MatLab) Simulated annealing for location allocation problem - mertnuhoglu</title>
<link>http://snipplr.com/view/4281/simulated-annealing-for-location-allocation-problem/</link>
<description><![CDATA[ <p>Simulated annealing heuristics applied to solve continuous location allocation problem.</p> ]]></description>
<pubDate>Fri, 07 Dec 2007 15:42:00 GMT</pubDate>
<guid>http://snipplr.com/view/4281/simulated-annealing-for-location-allocation-problem/</guid>
</item>
<item>
<title>(MatLab) Solving p-median location allocation problem with Lagrangian Relaxation heuristics - mertnuhoglu</title>
<link>http://snipplr.com/view/4136/solving-pmedian-location-allocation-problem-with-lagrangian-relaxation-heuristics/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Nov 2007 15:15:36 GMT</pubDate>
<guid>http://snipplr.com/view/4136/solving-pmedian-location-allocation-problem-with-lagrangian-relaxation-heuristics/</guid>
</item>
<item>
<title>(MatLab) Shortest path heuristics (nearest neighborhood, 2 opt, farthest and arbitrary insertion) for travelling salesman problem - mertnuhoglu</title>
<link>http://snipplr.com/view/4064/shortest-path-heuristics-nearest-neighborhood-2-opt-farthest-and-arbitrary-insertion-for-travelling-salesman-problem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 03 Nov 2007 15:39:57 GMT</pubDate>
<guid>http://snipplr.com/view/4064/shortest-path-heuristics-nearest-neighborhood-2-opt-farthest-and-arbitrary-insertion-for-travelling-salesman-problem/</guid>
</item>
<item>
<title>(MatLab) Matlab - DoubleFlip Image - whitetiger</title>
<link>http://snipplr.com/view/1579/matlab--doubleflip-image/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:54:43 GMT</pubDate>
<guid>http://snipplr.com/view/1579/matlab--doubleflip-image/</guid>
</item>
</channel>
</rss>