Hodgkin-Huxley-like Model Neuron

버전 1.3.0.0 (311 KB) 작성자: Michele Giugliano
Demo simulator of a firing biological neuron.
다운로드 수: 3.1K
업데이트 날짜: 2016/4/19

라이선스 보기

An interactive MATLAB-based demo simulation of the electrophysiological behavior of a biological neuron is presented and documented. The differential equations which describe the temporal evolution of the membrane voltage in a biophysical model neuron, are introduced and briefly discussed in the documentation, together with the default numerical parameters employed in the demo. Several references and fundamental pointers to the literature are provided, with the aim of pointing interested users to further readings.
This project was developed for a multi-media presentation given for an invited talk, and in the present public release it is intended as a tool for educational purposes. Since the relevant source codes are included and fully commented, this software might also be conveniently employed as a development example for exploring the many advantages of MATLAB data visualization, graphical user interfaces (GUI) and MEX interfaces.

인용 양식

Michele Giugliano (2024). Hodgkin-Huxley-like Model Neuron (https://www.mathworks.com/matlabcentral/fileexchange/27209-hodgkin-huxley-like-model-neuron), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Neural Simulation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Modified the hh_step.c for the change in function name: mxCreateScalarDouble (old) --> mxCreateDoubleScalar (new), otherwise it did not compile.

1.2.0.0

BSD License update.
Removed comments and reference to the GNU General Public License.

1.1.0.0

No DLL is provided; the MEX-file needs to be compiled by the user, before launching the GUI for the first time. Look at the Readme file, and enjoy by studying the code(s).

1.0.0.0