Location: cellLib @ 4ff19c3f257b / BG_fit / p2gss.m
- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2022-04-20 20:26:31+12:00
- Desc:
- Add concentration clamp; Check interface IO when mapping; Add init in the csv to allow building a model with init:
- Permanent Source URI:
- https://models.cellml.org/workspace/6bc/rawfile/4ff19c3f257b33704e3c001e62550111f4ed828a/BG_fit/p2gss.m
function g_ss = p2gss(params,V,T) [alpha,beta] = calc_gate_transitions(params,V/1000,T); g_ss = calc_gss(alpha,beta); end