Interpolating function with monotonic decresing first derivative

3 vues (au cours des 30 derniers jours)
Kim Jeong Min
Kim Jeong Min le 17 Oct 2018
Commenté : Kim Jeong Min le 17 Oct 2018
Hello, everyone.
I want to find an interpolating function with monotonic decreasing first derivative as shown in the figure.
The black points are the data and the red line is the interpolating function I want to get.
The only condition of interpolating function is: dY/dX should monotonic decreasing .
Is their any interpolating function and solve this problem in MATLAB??
Thanks for any helpful ideas.
  9 commentaires
Torsten
Torsten le 17 Oct 2018
ok, fitting ...
Kim Jeong Min
Kim Jeong Min le 17 Oct 2018
Modifié(e) : Kim Jeong Min le 17 Oct 2018
The purpose of this project is making discontinuous data become continuous. So, I think both options are acceptable.

Connectez-vous pour commenter.

Réponse acceptée

Bruno Luong
Bruno Luong le 17 Oct 2018
You can use PCHIP, either in the toolbox or as option of INTERP1 for shape-preserving interpolation.
For fitting you might take a look at my BSFK tool or John d'Errico SLM.
  1 commentaire
Kim Jeong Min
Kim Jeong Min le 17 Oct 2018
Thank you for your solution. I realized the interpolating method must pass the data which is not I want. I think I have to try fitting procedure through your opinion.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interpolation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by