Filter löschen
Filter löschen

How to normalize the spectra by 650 nm?

3 Ansichten (letzte 30 Tage)
Wei-Chien Hu
Wei-Chien Hu am 26 Mär. 2019
Kommentiert: Wei-Chien Hu am 31 Mär. 2019
sorry, I can't find the answer about this way to normalize the spectra at a certainly wavelength. Like this:

Akzeptierte Antwort

Stephan
Stephan am 26 Mär. 2019
Hi,
you might want to use the normalize function:
result = normalize(A,'range')
Best regards
Stephan
  3 Kommentare
Stephan
Stephan am 26 Mär. 2019
Bearbeitet: Stephan am 26 Mär. 2019
Does it work? In R2019a it can be found here:
\MATLAB\R2019a\toolbox\matlab\datafun\normalize.m
Wei-Chien Hu
Wei-Chien Hu am 31 Mär. 2019
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by