Get data from histogram

From a set of data, I want to get 5% or 10% highest figures; and I want to do it based on histogram. The other word, when I plot a histogram of a set of data, I want to get only 5% or 10% of the data in the most right side.
I dont know how I can extract those kind of data.

1 件のコメント

Image Analyst
Image Analyst 2015 年 9 月 3 日
Define "get". Do you want a gray level image where all but the 5% brightest pixels are masked to black? Do you want a count of the histogram bins past the 95% point? Exactly what does "get" mean to you?

サインインしてコメントする。

回答 (1 件)

the cyclist
the cyclist 2015 年 9 月 3 日

0 投票

When you say "based on the histogram", that is a bit odd to me. A histogram is a visualization of data. Do you really need that?
If you have the Statistics and Machine Learning Toolbox, you could use the prctile command to find the cutoff, and take elements that are bigger than those.

カテゴリ

質問済み:

Ali
2015 年 9 月 3 日

回答済み:

2015 年 9 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by