Find local minma / opposite of findpeaks
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Leonard
am 24 Nov. 2013
Kommentiert: Image Analyst
am 24 Nov. 2013
Hey, I was looking for some while for the function to get the local minima. To get the maxima there is the possibility with findpeaks but what about minima?! I hope, somebody knows if there is any. My solution would be to multiply the function by -1 and then use findpeaks, but that seems a bit stupid to me :-) Thanks! Leo
1 Kommentar
Akzeptierte Antwort
Azzi Abdelmalek
am 24 Nov. 2013
I will tell, like you, multiply by -1 then use findpeaks
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!