필터 지우기
필터 지우기

How to normalize the spectra by 650 nm?

조회 수: 3 (최근 30일)
Wei-Chien Hu
Wei-Chien Hu 2019년 3월 26일
댓글: Wei-Chien Hu 2019년 3월 31일
sorry, I can't find the answer about this way to normalize the spectra at a certainly wavelength. Like this:

채택된 답변

Stephan
Stephan 2019년 3월 26일
Hi,
you might want to use the normalize function:
result = normalize(A,'range')
Best regards
Stephan
  댓글 수: 3
Stephan
Stephan 2019년 3월 26일
편집: Stephan 2019년 3월 26일
Does it work? In R2019a it can be found here:
\MATLAB\R2019a\toolbox\matlab\datafun\normalize.m
Wei-Chien Hu
Wei-Chien Hu 2019년 3월 31일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by