/Matlab

Assorted Matlab source code for a variety of things like Sudoku solvers, Markov Chains, and signal processing code

Primary LanguageMATLAB

Assorted Matlab Source Code

by William Mortl
http://www.williammortl.com
(c)2015

Written in Matlab
There is no warranty implied with this code, and it is not to be used for commercial purposes without proper recompence. Educational use is fine as long as appropriate citation is given.



Notes:
------

This repository contains a variety of Matlab code that is useful

Directories:

	Markov Chain/ - contains my implementation of a Markov Chain in 

	Matlab Signals/ - contains signal processing code

	Sudoku With Branch And Bound/ - contains a Sudoku solver that uses ILP and Branch and Bound