3 lines
96 B
Matlab
3 lines
96 B
Matlab
function angle = th_i_z(r, z, Rsp, focus)
|
|
angle = asin(z / Rsp .* sin(phi_i(r, focus)));
|
|
end |