Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rauljordan/neuronalmodel
Creates a neuronal model simulating voltage gated ion channels in MATLAB
https://github.com/rauljordan/neuronalmodel
Last synced: 8 days ago
JSON representation
Creates a neuronal model simulating voltage gated ion channels in MATLAB
- Host: GitHub
- URL: https://github.com/rauljordan/neuronalmodel
- Owner: rauljordan
- Created: 2015-11-29T16:26:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T22:50:08.000Z (almost 9 years ago)
- Last Synced: 2023-08-09T14:36:17.880Z (over 1 year ago)
- Language: Matlab
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical Neuron Model Using Hodgkin Huxley Dynamics
A MATLAB project that provides a numerical interface and simulation of the Hodgkin Huxley action potential model within a neuron as a circuit, described in the paper that models the [Numerical and Electronic Neuronal Action Potential Model](https://www.dropbox.com/s/01toz2hazkup4z2/NeuronModel.pdf?dl=0) by Raul Jordan and Andy Tran.
## Running
Using MATLAB, run the files `GatingProbabilites.m` and `AllOrNone.m`
## Development
Want to contribute? Great! Please submit a pull request and I'll review it and integrate it as fast as I can.