Threhold selection of floating point number

2 views (last 30 days)
Is there any method to generate histogram of floating point numbers and then finding a threshold from the histogram?
Thanks in advance.

Answers (1)

Sean de Wolski
Sean de Wolski on 16 Aug 2011
Of course there is:
doc histc
doc diff
doc sign
doc min
doc findpeaks %on max(x)-x;
etc.

Community Treasure Hunt

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

Start Hunting!