How to fit some curves to one curve in which only the maximum of curves are fitted?

1 view (last 30 days)
Hello,
Actually I need to fit some curve to one curve in a way that the maximum of those curves are fitted to the main curve. Could you please help me with this problem?
photo_2019-07-18_11-09-16.jpg
  7 Comments
Walter Roberson
Walter Roberson on 21 Jul 2019
It looks to me as if the peaks are to be taken along with their location, and that then a curve is to be fitted to those locations. Except it doesn't look like a polynomial to me, and it is not obvious what the model curve would be.

Sign in to comment.

Answers (1)

Matt J
Matt J on 21 Jul 2019
Edited: Matt J on 21 Jul 2019
Generate the maximum of all your curves and use alphashape() to smooth over concavities in its envelope.

Community Treasure Hunt

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

Start Hunting!