Location: 12 L Platform 1 model codes @ 507ac7eefb10 / USMC / DM+Mijaailovich_huxley_copy / bindingconst.m

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-10-11 21:43:42+13:00
Desc:
Create VSM - Exported.cellml
Permanent Source URI:
http://models.cellml.org/workspace/6b0/rawfile/507ac7eefb10930c9eb5d5d9a7113ad5203639bd/USMC/DM+Mijaailovich_huxley_copy/bindingconst.m

function [k1]=bindingconst(C_cai)
% k1=0.35*(t>=0 & t<=5)+ 0.06*(t>5);
% k6=0.35*(t>=0 & t<=5)+ 0.06*(t>5);
n = 8.7613;
Ca_mlck = 256.98;
k1 = (C_cai.^n)/((Ca_mlck.^n)+(C_cai.^n));