Finding minimum points in a plot.

I want only the minimum points in the blue plot. I want an almost parabolic curve open downwards. ' islocalmin ' and , 'envelope' functions are not woking. How could I acheive it?
the orange plot is it's Savitzky–Golay filter output.

6 comentarios

Adam
Adam el 16 de Ag. de 2019
If you have the Signal Processing Toolbox then
doc findpeaks
should find all the minima for you if you give it the negation of your data.
KALYAN ACHARJYA
KALYAN ACHARJYA el 16 de Ag. de 2019
Also, Minimum of blue line plot data vector
Abhiraj Gupta
Abhiraj Gupta el 20 de Ag. de 2019
the suggesed thins are not working.
Rik
Rik el 20 de Ag. de 2019
Attach data or code to create some.
Adam
Adam el 20 de Ag. de 2019
Well, if 'not working' is as much information as you want to give I guess the question is at an end?!
Adam
Adam el 20 de Ag. de 2019
And the code you are running is what?!

Iniciar sesión para comentar.

Respuestas (1)

Rik
Rik el 16 de Ag. de 2019

0 votos

The movmin function might work for you. If you want us to help with the tweaking, you will have to attach your data or some code that can generate plausible data.

2 comentarios

Abhiraj Gupta
Abhiraj Gupta el 20 de Ag. de 2019
not working.
Rik
Rik el 20 de Ag. de 2019
You didn't provide any method of using your raw data to get the plot, nor the code you tried. This way it is very difficult to help you.

Iniciar sesión para comentar.

Preguntada:

el 16 de Ag. de 2019

Comentada:

Rik
el 20 de Ag. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by