Location: BG_funny @ 555927df62a1 / matlab_parameter_fitting / p2tau.m

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2022-03-08 11:33:45+13:00
Desc:
Fixing znames
Permanent Source URI:
https://models.cellml.org/workspace/838/rawfile/555927df62a13fe0ca207a420fcc3f542985d949/matlab_parameter_fitting/p2tau.m

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