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

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-09-01 13:35:00+12:00
Desc:
Added coupled USMC model maggio + Bursztyn model
Permanent Source URI:
http://models.cellml.org/workspace/6b0/rawfile/7863a08ae43627665fd6f9513f1e4e67dc175b34/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));