Location: cellLib @ e653d60e211e / BG_fit / calc_gss.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-04-13 16:28:32+12:00
Desc:
Add Matlab scripts to build cellML models
Permanent Source URI:
https://models.cellml.org/workspace/6bc/rawfile/e653d60e211e14e8a4b552af1bc280317474fe43/BG_fit/calc_gss.m

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