Location: cellLib @ f43cbb897309 / BG_fit / p2tau.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-07-01 10:53:27+12:00
Desc:
Output dSi in MarkovS model; when connecting inputs of the parent module to the inputs of the children, use pub interface instead of catogary
Permanent Source URI:
https://models.physiomeproject.org/workspace/6bc/rawfile/f43cbb897309bd088d85b7d77ca07f3e37dcc8ec/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