How to superimpose curves ?

18 visualizzazioni (ultimi 30 giorni)
Leonhard Messerer
Leonhard Messerer il 8 Ago 2022
Modificato: Gowtham il 27 Set 2023
Hello,
I want to superimpose curves or "overlay" them.
I have timeseries data with a speed profile from an experiment which was repeated several times and at different speeds. (See picture)
Now I want to piece the curves together to one 'smooth' curve or superimpose them in parts. So that the single segments fit together and i get a curve shape like the one in the second picture. Is there a built in Matlab function to do so, or do you have any tips how to proceed?
Thank you,
Leo

Risposte (1)

Gowtham
Gowtham il 8 Set 2023
Modificato: Gowtham il 27 Set 2023
Hello Leonhard,
I understand that you want to smoothen the given curve.
Regarding your concern about superimposing the curves, it is important to note that due to the continuous nature of the data, the expected output may not be achieved.
Since the data is continuous, a 'moving average filter' can be used. This can be done using the smooth function from the Curve Fitting Toolbox.
Feel free to refer to the following documentation for further understanding:
  1. https://www.mathworks.com/help/curvefit/smooth.html
  2. https://www.mathworks.com/help/curvefit/smoothing.html
Hope it helps!

Categorie

Scopri di più su Curve Fitting Toolbox in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by