Location: cellLib @ 4f2e241af0f1 / BG_fit / calc_gss.m

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-04-21 11:56:18+12:00
Desc:
Further automate the mapping process
Permanent Source URI:
https://models.fieldml.org/workspace/6bc/rawfile/4f2e241af0f1dbffded70d0aa6b23e73e5f06b01/BG_fit/calc_gss.m

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