Data vusualization - How to align data sets?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
the cyclist
am 14 Aug. 2013
0 Stimmen
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.
1 Kommentar
Maria Perdomo
am 20 Aug. 2013
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!