From bf6e29169188d099d451e96aecbe038a15dc4492 Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Sat, 1 Apr 2017 19:32:13 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d898c67..3ff8572 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. +For convenience we utilize MATLAB for data processing and plotting. Therefore the simulation comes with an additional source-file TC_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.