Location: cellLib @ ab5c063dc511 / BG_fit / p2gss.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-03-18 13:14:41+13:00
Desc:
tune the plot
Permanent Source URI:
https://models.physiomeproject.org/workspace/6bc/rawfile/ab5c063dc5110d2bc68c2abbc8a6b0939c6c1ba1/BG_fit/p2gss.m

function g_ss = p2gss(params,V,T)
[alpha,beta] = calc_gate_transitions(params,V/1000,T);
g_ss = calc_gss(alpha,beta);
end