This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/statistics-fabian/exp_funct.m

3 lines
69 B
Matlab

function y = exp_funct(A, tau, t)
y = A .* (1 - exp(-1 * (t./tau)));