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!