total number of elements which are not zero

1 visualización (últimos 30 días)
Mate 2u
Mate 2u el 20 de Jul. de 2012
I have a matrix "Percey" of size 294x34. I want a new matrix "B" which is 294x1 where each row the number of numbers which are not 0 are counted.
Thanks

Respuesta aceptada

Wolfgang Schwanghart
Wolfgang Schwanghart el 20 de Jul. de 2012
Hi, what about:
B = sum(Percey~=0,2);
Regards, W.

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by