Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 521 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 521 Bytes

HodgkinHoxleyModel

MATLAB Implementation of Hodgkin-Hoxley Model of Neuron.

Generate a spike and Gating variables of the neuron with Hodgkin-Hoxley model of neuron.

Just write this command on your command window: answer= hodgkinHoxley();

Then you have a matrix of answer=[t,v,n,m,h] including Time, Voltage of membrane, n variable, m variable, and h variable respectively.

This is the implementation of the model described in chapter 2 of:

"Izhikevich, E. M. (2007). Dynamical systems in neuroscience. MIT press."