Location: BG_to_channel @ 2a9668dd47ad / parameter_fitting / p2tau.m

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2022-02-25 10:48:50+13:00
Desc:
Init
Permanent Source URI:
https://models.fieldml.org/workspace/82e/rawfile/2a9668dd47add7475044ae64a79c369cb7907560/parameter_fitting/p2tau.m

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