Location: BG_Ks @ 71342cc75ad6 / matlab_parameter_fitting / calc_beta.m
- Author:
- Shelley Fong <s.fong@auckland.ac.nz>
- Date:
- 2022-03-07 09:59:03+13:00
- Desc:
- Renaming channel
- Permanent Source URI:
- https://models.cellml.org/workspace/82d/rawfile/71342cc75ad6de5b67de741de1bd216f62a7d5af/matlab_parameter_fitting/calc_beta.m
function beta = calc_beta(params,V) % params: [kf, zf, kr, zr]; R = 8.314; T = 310; F = 96485; beta = params(3)*exp(params(4)*F*V/R/T); end