How many times specific element occurs in each column of a given matrix

1 Ansicht (letzte 30 Tage)
Hi all. Assume that I have a big matrix and I want to calculate how many times a specific element, for instance 0, occurs in each column of that matrix and then store those values in a row vector ? Is there a way of doing that ? Thank you.

Akzeptierte Antwort

Stephen23
Stephen23 am 6 Jul. 2017
Bearbeitet: Stephen23 am 6 Jul. 2017
V = sum(M==0,1)
where M is your matrix.

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by