フィルターのクリア

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 Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by