build a model (write code) that simulates the probabilistic behavior of a single potassium ion channel in response to a step of voltage.

2 次查看(过去 30 天)
We will explore the STEP RESPONSE of individual ion channels and wholecell sodium and potassium current. We will compare a probabilistic model with the Hodgkin Huxley squid axon model.
In MATLAB, build a model (write code) that simulates the probabilistic behavior of a single potassium ion channel in response to a step of voltage. This single-channel model should be developed to meet the following requirements:
The output of the model shall be a simulated potassium current that takes on a value of 0 pA when the channel is closed and 2 pA when the channel is open. (You may find the stairs command useful for plotting the time trajectory of these currents.)
The model shall incorporate some kind of randomization (e.g. rand) so that the channel behaves in a probabilistic manner – that is, its time trajectory is different each time you run the simulation.
Over the physiological range of voltage (-20 mV to 100 mV), the steadystate open-channel probability of the probabilistic model shall be within 5% of the steady-state open-channel probability of the Hodgkin Huxley model at each voltage.
The time increment used in the simulation shall be sufficiently small to capture signaling events of physiological interest.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Neural Simulation 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by