|
On Nov 26, 6:41 am, "latsou " <soum...@ymail.com> wrote:
> hello everybody,
>
> I want to know if exist a function or template in matlab that can give me the valley of an histogram (it's very urgent).
>
> Thanks in advance!!!
------------------------------------------------------------------------------------------------------------------------
latsou :
You can use:
findpeaks() in the signal processing toolbox (you'll need to "invert"
your histogram to find valleys instead of peaks).
imregionalmin() in the image processing toolbox.
Or the Mathworks File Exchange:
http://www.mathworks.com/cgi-bin/texis/webinator/search/
|