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!

