- https://www.mathworks.com/help/curvefit/smooth.html
- https://www.mathworks.com/help/curvefit/smoothing.html
How to superimpose curves ?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Gowtham
am 8 Sep. 2023
Bearbeitet: Gowtham
am 27 Sep. 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:
Hope it helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Curve Fitting Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!