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

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-09-10 12:27:53+12:00
Desc:
cleaned up units
Permanent Source URI:
http://models.cellml.org/workspace/6b0/rawfile/a785dbdc9165004974aa42bed7e475bb85408ac0/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));