Cardiac Membrane simulation Code
This directory contains the complete set of MATLAB functions for simulating
the behavior of the cardiac membrane according to the approach of the first
Luo Rudy model. Code was the work of (mostly) Quan Ni and me.
Right click on the file to download it. Note, there is also a tar archive that contains all the files. You
should be able to download it too an unpack it using a tar utility.
List of MATLAB functions
I have organized these into groups but there are dependencies across groups
to bet to download the whole set of files.
Action potential generation
- Map.m : main program to make action potentials.
- Map_demo.m : driver program for Map.m.
- Constant.m : set contants for the simulations
- IK.m : computation of potassium current.
- IK1.m : computation of another potassium current.
- IKp.m : computaiton of yet another potassium
current.
- INa.m : computation of sodium current.
- Ib.m : computation of background current.
- Isi.m : computation of calcium current.
Voltage clamp
Coupling 2 cells
Last modified: Tue Sep 13 10:41:43 MDT 2005