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

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-11-04 16:02:42+13:00
Desc:
Updated USMC-Bursztyn model
Permanent Source URI:
https://staging.physiomeproject.org/workspace/6b0/rawfile/4c1ab73f48d7150c2094cf8017425482a1594ccf/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));