Matrix manipulation

Hi everybody. I have a 2 x 10000 matrix.
I want a short code which can tell me exactly out of the 1000 are [1;1]s?

 Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 15 de Jun. de 2012

0 votos

A - your matrix
out = sum(ismember(A.',[1 1],'rows')) > 1000;

Más respuestas (0)

Categorías

Preguntada:

el 15 de Jun. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by