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

1 view (last 30 days)
I need a code that gives me the local minimums of 12 histograms. Keep in mind that my MATLAB version is an old one.

Answers (1)

Image Analyst
Image Analyst on 7 May 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!