Find the partial minimums in a set of values

1 vue (au cours des 30 derniers jours)
marco mendez
marco mendez le 6 Nov 2019
Hi everyone! I have the graphics i show you in the image and i would like to know the distance betwen the two minimum point in the middle of the graph. I mean betwen around 30 and 60. How could i find this points? I have thought I could aproximate to a polynomial function and find the minimums...
untitled.jpg

Réponse acceptée

darova
darova le 6 Nov 2019
  • Use findpeaks(-data)
  • Choose peaks that lie in 23 < x < 27 and 58 < x < 62
  3 commentaires
Steven Lord
Steven Lord le 6 Nov 2019
I'd probably use islocalmin instead of findpeaks on the negative of the data.
marco mendez
marco mendez le 6 Nov 2019
Modifié(e) : marco mendez le 6 Nov 2019
much better, thanks Steven! Although I solved it using -data...

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by