Location: cellLib @ 4f2e241af0f1 / BG_fit / calc_tau.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_tau.m
function tau = calc_tau(alpha,beta) tau = 1./(alpha + beta); end