mean of logical array(s)
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to estimate the logical mean of multidimensional logical array???
3 comentarios
Walter Roberson
el 15 de Mayo de 2017
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.
Respuestas (1)
Ver también
Categorías
Más información sobre Special Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!