Skip to content

spoilr/computational-neurodynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUESTION 1 :
PerformSimulation(p, Tmax, startFrom, plotResults)
PerformSimulation plots the connection matrix, the scatter plot and the mean firing rate for a given probability p 

PerformSimulation(0, 1000, 1, true)
- matrix-p0.fig
- scatter-p0.fig
- mfr-p0.fig
PerformSimulation(0.1, 1000, 1, true)
- matrix-p01.fig
- scatter-p01.fig
- mfr-p01.fig
PerformSimulation(0.2, 1000, 1, true)
- matrix-p02.fig
- scatter-p2.fig
- mfr-p02.fig
PerformSimulation(0.3, 1000, 1, true)
- matrix-p03.fig
- scatter-p03.fig
- mfr-p03.fig
PerformSimulation(0.4, 1000, 1, true)
- matrix-p04.fig
- scatter-p04.fig
- mfr-p04.fig
PerformSimulation(0.5, 1000, 1, true)
- matrix-p05.fig
- scatter-p05.fig
- mfr-p05.fig

QUESTION 2 :
To compute 20 trials and plot the resulting complexity :
NeuralComplexityTrials(20, 60000, true)

 -complexityPlot.fig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages