Code covered by the BSD License  

Highlights from
Method for quantitative absorption spectroscopy, version 2.1

image thumbnail
from Method for quantitative absorption spectroscopy, version 2.1 by Tom O'Haver
A computational method for quantitative analysis by multiwavelength absorption spectroscopy

TFitSliders4(n,h)
function TFitSliders4(n,h)
% Changes straylight when the straylight slider is moved.
% Example:
% rtslid(h,@TFitSliders3,h2,1,'Scale',[0 1],'Def',1,'Back',[1 1 1],'Label','AbsWidth');

global straylight

straylight=n;
Redraw

Contact us