How to normalize the spectra by 650 nm?

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

 Accepted Answer

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

3 Comments

Wei-Chien Hu
Wei-Chien Hu on 26 Mar 2019
Edited: Wei-Chien Hu on 26 Mar 2019
Thank for your comment. I think it can do it.
But now i have another question at here.
The "normalize.m" is empty.
Do i need to download the newest version for Matlab? (my matlab version is R2017b)
Does it work? In R2019a it can be found here:
\MATLAB\R2019a\toolbox\matlab\datafun\normalize.m
Thank you for your help.
Finally, I divided all data by data value of 650nm.
result = all_data ./ data_650;
This can do it, too.
Hope this can help everyone who can't use "normalize.m" function.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!