MATLAB: How to normalize the spectra by 650 nm

normalizespectra

sorry, I can't find the answer about this way to normalize the spectra at a certainly wavelength. Like this:

Best Answer

Hi,
you might want to use the normalize function:
result = normalize(A,'range')
Best regards
Stephan
Related Question