mean of logical array(s)

How to estimate the logical mean of multidimensional logical array???

3 Comments

Adam
Adam on 15 May 2017
What is the 'logical mean'?
Good question. It might be the majority. If so then
majority = nnz(A)*2 > numel(A);
The majority is not well defined if exactly half are one way and half are the other way.

Sign in to comment.

Categories

Asked:

on 15 May 2017

Commented:

on 15 May 2017

Community Treasure Hunt

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

Start Hunting!