hiddenGem

Fabry-Perot Interferometer

Jul 28th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.26 KB | None | 0 0
  1. %% Fabry-Perot Interferometer
  2. % Determines the smallet nonzero value of plate separation that will be the
  3. % brightest
  4.  
  5. % Inputs and Variables
  6. lambda = input('Wavelength\n');
  7.  
  8. % Outputs and Equations
  9. d = lambda/2;
  10. fprintf('The smallest d value: %.3e m', d)
Add Comment
Please, Sign In to add comment