Location: cellLib @ 02b30b08f977 / BG_fit / calc_gss.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-05-02 16:33:26+12:00
Desc:
Add plot title
Permanent Source URI:
https://models.cellml.org/workspace/6bc/rawfile/02b30b08f977dc76540b9907cf27883a7d57dc8b/BG_fit/calc_gss.m

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