Location: BG_to_channel @ 291b34701e05 / matlab_parameter_fitting / calc_gss.m

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2022-03-07 13:17:18+13:00
Desc:
Rename comp
Permanent Source URI:
https://models.fieldml.org/workspace/82e/rawfile/291b34701e0544d50332c78d38f8b23e315d91b8/matlab_parameter_fitting/calc_gss.m

function g_ss = calc_gss(alpha,beta)
g_ss = alpha./(alpha + beta);
end