Problem 49652. Find the spot diameter from the intensity distribution matrix of single spot (circle)

Intensity distribution will be same as gaussian dsitribution and check for gaussian beam distribution
Distance between each index will be equal to 1 mm. Grid will be n*n matrix of distribution . n will be odd number . If n=3 center of the spot will be (2,2)
Find spot diameter in mm.
Hint : w(z) is the radius of the laser beam where the irradiance is 1/e2 (13.5%) of Intensity
example
x 0.0000 0.0045 0.0335 0.0045 0.0000
0.0045 1.8316 13.5335 1.8316 0.0045
0.0335 13.5335 100.0000 13.5335 0.0335
0.0045 1.8316 13.5335 1.8316 0.0045
0.0000 0.0045 0.0335 0.0045 0.0000]
I=100 (max intensity);
I(13.5 %)=13.5
radius=1 mm;Spot diameter=2 mm

Solution Stats

19.23% Correct | 80.77% Incorrect
Last Solution submitted on Sep 01, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers4

Suggested Problems

More from this Author33

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!