how to normalization starting of the curves in same point ?

조회 수: 2 (최근 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)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by