how to normalization starting of the curves in same point ?

6 ビュー (過去 30 日間)
Jenifer NG
Jenifer NG 2022 年 7 月 18 日
コメント済み: Jenifer NG 2022 年 7 月 18 日
Dear All,,
I try to normalize my data to be same starting point but I stuck.
Could anyone help me a recommended ideal ?
load DATA.mat
plot(total)

採用された回答

Chunru
Chunru 2022 年 7 月 18 日
load DATA.mat
%total = total./total(1, :);
total = total./total(1, :)*total(1,1);
plot(total)
  2 件のコメント
Jenifer NG
Jenifer NG 2022 年 7 月 18 日
thanks you
Jenifer NG
Jenifer NG 2022 年 7 月 18 日
Could you explain a bit about this formular?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by