Location: cellLib @ 24f6dc8a57e8 / BG_fit / p2gss.m
- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2021-11-16 10:52:05+13:00
- Desc:
- Updae the plot function and delete the fit function. The fit function is moved to individual gate fitting process
- Permanent Source URI:
- https://models.fieldml.org/workspace/6bc/rawfile/24f6dc8a57e8f60221d340e11ca44504cfb97758/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