Mostrar comentarios más antiguos
I=rand(1,N)>0.5 N=90 xor operation should done for each two bits . and out put should be corresponding two bit followed with result. pls help me
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 20 de Jul. de 2011
I = reshape(rand(1,N)>0.5),2,[]).';
[I, xor(I(:,1),I(:,2))]
1 comentario
mahaveer hanuman
el 20 de Jul. de 2011
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!