Location: cellLib @ 24f6dc8a57e8 / BG_fit / p2tau.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2021-11-16 10:52:05+13:00
Desc:
Updae the plot function and delete the fit function. The fit function is moved to individual gate fitting process
Permanent Source URI:
https://models.cellml.org/workspace/6bc/rawfile/24f6dc8a57e8f60221d340e11ca44504cfb97758/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