Skip to content
Snippets Groups Projects
spacing.m 87 B
Newer Older
function sp = spacing(x, a, b, e_g0, o_g0)
    sp = b*atanh(2/(e_g0)*(x-o_g0)-1)-a;