Data vusualization - How to align data sets?
이전 댓글 표시
Hallo,
I have two vectors. Each one contains data from two different devices wich measure the same periodic variable.
I would like to compare this two measurments sets without the aparent delay between them:

Is there a function in Matlab that could help to "align" the data sets? It would be actually enough to plot two periods.
Thank you.
채택된 답변
추가 답변 (1개)
the cyclist
2013년 8월 14일
0 개 추천
Are you trying to get MATLAB to figure how much to shift, or are you going to do that manually? If that latter, then you could probably just use the circshift() function.
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!