From: latsou on 26 Nov 2009 06:41 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!!!
From: ImageAnalyst on 29 Nov 2009 11:59 On Nov 26, 6:41 am, "latsou " <soum...(a)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/
|
Pages: 1 Prev: error while installing Mathlab r2008b Next: Data store block problem during minor time steps |