Permalink
Browse files

Create README.md

  • Loading branch information...
1 parent 401c4d3 commit 70b18091120e300731f03122360d3c3a0cbe161c @miscco committed on GitHub Apr 1, 2017
Showing with 9 additions and 0 deletions.
  1. +9 −0 README.md
View
@@ -0,0 +1,9 @@
+#NM_TC
+
+This repository contains the reference implementation of the model proposed in Schellenberger Costa and Weigenand et al. 2016, available here http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005022
+
+For convenience we utilize MATLAB for data processing and plotting. Therefore the simulation comes with an additional source-file Thalamus_mex.cpp that can be compiled within MATLAB to utilize their C++-mex interface.
+
+The easiest way to reproduce the figures in the paper is to simply run the Create_Data() function in the "Figures" folder within MATLAB, assuming the mex interface is set up. Afterwards simply run the respective plot functions for the different figures.
+
+Please note that due to the stochastic nature of the simulation the time series will differ.

0 comments on commit 70b1809

Please sign in to comment.