Skip to content

MATLAB Implementation of Hodgkin-Hoxley Model of Neuron.

Notifications You must be signed in to change notification settings

peymvn/HodgkinHoxleyModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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."

About

MATLAB Implementation of Hodgkin-Hoxley Model of Neuron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages