Skip to content
Snippets Groups Projects
phi_tot.m 75 B
Newer Older
function p = phi_tot(x, a, b, e, u0)
    p = e*(tanh(-(x+a)/b)+1)/2+u0;
end