Filter löschen
Filter löschen

Hello I did 12 histograms and I need a code that gives me the local minimums of these histograms.

4 Ansichten (letzte 30 Tage)
I need a code that gives me the local minimums of 12 histograms. Keep in mind that my MATLAB version is an old one.

Antworten (1)

Image Analyst
Image Analyst am 7 Mai 2022
You can use islocalmin. It's an old function, introduced 5 years ago.
If you have a really antique version you can use findpeaks.

Community Treasure Hunt

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

Start Hunting!

Translated by