MATLAB: Histogram Peak

digital image processingfunctiongenetic algorithmimage processingMATLABmatlab guireal time workshopsignal processingwavelet

I have a histogram output of size 1*256. How to identify the peaks an d valleys in the plot of that histogram output.
Thanks in Advance……

Best Answer

You can use findpeaks function in Signal Processing Toolbox
doc findpeaks