Location: cellLib @ 4f2e241af0f1 / BG_fit / p2tau.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-04-21 11:56:18+12:00
Desc:
Further automate the mapping process
Permanent Source URI:
https://models.fieldml.org/workspace/6bc/rawfile/4f2e241af0f1dbffded70d0aa6b23e73e5f06b01/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