Refactoring
This commit is contained in:
4
Matlab/gauss.m
Normal file
4
Matlab/gauss.m
Normal file
@@ -0,0 +1,4 @@
|
||||
% Gaussian TEM00 beam
|
||||
function g = gauss(r, r_max, w0)
|
||||
g = exp(-2 * r.^2 / w0^2);
|
||||
end
|
||||
Reference in New Issue
Block a user