how to normalization starting of the curves in same point ?
2 ビュー (過去 30 日間)
古いコメントを表示
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)
0 件のコメント
採用された回答
Chunru
2022 年 7 月 18 日
load DATA.mat
%total = total./total(1, :);
total = total./total(1, :)*total(1,1);
plot(total)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Measurements and Feature Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!