Download this file

3 lines (2 with data), 34 Bytes

1
2
3
function [C] = C_fun(r)
C = 1./r;