Location: BG_TCC @ 06f090addb49 / Kernik_matlab_parameter_fitting / p2gss.m

Author:
Shelley Fong <sfon036@UoA.auckland.ac.nz>
Date:
2024-11-13 10:26:46+13:00
Desc:
Updating cellml and sedml
Permanent Source URI:
https://models.physiomeproject.org/workspace/831/rawfile/06f090addb4968d12531197d463345e0b2012d2a/Kernik_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