Location: BG_funny @ 3c48323a79a0 / matlab_parameter_fitting / p2gss.m

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2022-03-07 15:28:10+13:00
Desc:
fix equation for q_mem
Permanent Source URI:
https://staging.physiomeproject.org/workspace/838/rawfile/3c48323a79a0c3eb60bcf793fa09fab3ac4c6051/matlab_parameter_fitting/p2gss.m

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