how to count values in a matrix

I have a matrix with size 1887x2048, for each element is a number from 0 to 255. I want to find out how many elements is bigger than 100 and how many smaller than 100 (aka volume fraction)

 采纳的回答

volumefraction = mean2(YourMatrix>100);

1 个评论

oh wow, I'm trying to write a for loop that switching everything to 0 and 1 to solve this and you just nailed it with a single line, thank you very much.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Aerospace Blockset 的更多信息

产品

版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by