Location: BG_Ks @ e74ca3b6eeae / Clancy_matlab_parameter_fitting / calc_tau.m

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2022-04-11 14:42:54+12:00
Desc:
Changing method of number of channels present. Guess density. Using SA of human iPSC for Kernik. Updating volumes
Permanent Source URI:
https://models.cellml.org/workspace/82d/rawfile/e74ca3b6eeae32b0476ff3cb68493716e7ba3f09/Clancy_matlab_parameter_fitting/calc_tau.m

function tau = calc_tau(alpha,beta)
tau = 1./(alpha + beta);
end