How to superimpose curves ?

6 次查看(过去 30 天)
Leonhard Messerer
编辑: Gowtham 2023-9-27
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

回答(1 个)

Gowtham
Gowtham 2023-9-8
编辑:Gowtham 2023-9-27
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!

类别

Help CenterFile Exchange 中查找有关 Curve Fitting Toolbox 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by