Location: cellLib @ 53a003ba1ff8 / BG_fit / p2tau.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-02-16 11:57:05+13:00
Desc:
Add Se component
Permanent Source URI:
https://models.cellml.org/workspace/6bc/rawfile/53a003ba1ff8a4369a834d9a555eccf626f23417/BG_fit/p2tau.m

function tau = p2tau(params,V,T)
[alpha,beta] = calc_gate_transitions(params,V/1000,T);
tau = calc_tau(alpha,beta);
end