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

Redraw.m
global x y z InstFunction c width absorbance InstWidth
global straylight noise NoiseArray IzeroShift
% Called by TFitSliders to set up axes and call CalculateTFit for DemoTFit
axes(h);
ArrayLength=length(x);
CalculateTfit(x,y,InstFunction,width,absorbance,InstWidth,straylight,noise,NoiseArray,IzeroShift)
axis([1 ArrayLength 0 1.1]); % Update plot

Contact us at files@mathworks.com